Html Css Color HEX #2592CD Pelorous

📋 copy color: '#2592CD'

red 37 ◦ green 146 ◦ blue 205

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

Shades of Pelorous #2592CD

Tints of Pelorous #2592CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 9.54%
G = 37.63%
B = 52.84%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2592CD (or 0x2592CD) is known color: Pelorous. HEX triplet: 25, 92 and CD. RGB value is (37,146,205). Sum of RGB (Red+Green+Blue) = 37+146+205=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #2592CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2592CD is #DA6D32. Grayscale: #777777. Windows color (decimal): -14314803 or 13472293. OLE color: 13472293.

HSL color Cylindrical-coordinate representation of color #2592CD: hue angle of 201.07º 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 #2592CD is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 146 205 -
CMYK 0.82 0.29 0 0.20
HSL 201.07º 0.69% 0.47% -
HSV(B) 201.07º 0.82% 0.8% -
XYZ 22.06 25.36 61.49 -
YUV 120.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 37 146 205 0.82 0.29 0 0.20 201.07 0.69 0.47
Hex 25 92 CD 52 1D 0 14 C9 45 2F
Octal 45 222 315 122 35 0 24 311 105 57
Binary 100101 10010010 11001101 1010010 11101 0 10100 11001001 1000101 101111

Color Harmonies of #2592CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2592CD

Black with #2592CD

Text Example


Text Example

White with #2592CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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