Html Css Color HEX #2592CB Pelorous

📋 copy color: '#2592CB'

red 37 ◦ green 146 ◦ blue 203

#2592CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2592CB

Tints of Pelorous #2592CB

RGB

 RED value IS 37 (14.84% from 255) = 9.59%

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 9.59%
G = 37.82%
B = 52.59%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2592CB (or 0x2592CB) is known color: Pelorous. HEX triplet: 25, 92 and CB. RGB value is (37,146,203). Sum of RGB (Red+Green+Blue) = 37+146+203=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #2592CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2592CB is #DA6D34. Grayscale: #777777. Windows color (decimal): -14314805 or 13341221. OLE color: 13341221.

HSL color Cylindrical-coordinate representation of color #2592CB: hue angle of 200.6º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2592CB is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 146 203 -
CMYK 0.82 0.28 0 0.20
HSL 200.6º 0.69% 0.47% -
HSV(B) 200.6º 0.82% 0.8% -
XYZ 21.82 25.26 60.23 -
YUV 119.91 174.89 68.87 -
System Red Green Blue C M Y K H S L
Decimal 37 146 203 0.82 0.28 0 0.20 200.6 0.69 0.47
Hex 25 92 CB 52 1C 0 14 C9 45 2F
Octal 45 222 313 122 34 0 24 311 105 57
Binary 100101 10010010 11001011 1010010 11100 0 10100 11001001 1000101 101111

Color Harmonies of #2592CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2592CB

Black with #2592CB

Text Example


Text Example

White with #2592CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2592CB; }

 p { color: rgb(37,146,203); }

 H1.HeaderClassName
 {
   color: #2592CB;
 }
 .AnyTagClassName
 {
   color: #2592CB;
 }
</style>

background-color css

<style>
 a { background-color: #2592CB; }

 a { background-color: rgb(37,146,203); }

 div.DivClassName
 {
   background-color: #2592CB;
 }
 .BgClassName
 {
   background-color: #2592CB;
 }
</style>

border-color css

<style>
 span { border-color: #2592CB; }

 span { border-color: rgb(37,146,203); }

 td.TdClassName
 {
   border-color: #2592CB;
 }
 .TagClassName
 {
   border-color: #2592CB;
 }
</style>