Html Css Color HEX #2595CC Pelorous

📋 copy color: '#2595CC'

red 37 ◦ green 149 ◦ blue 204

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

Shades of Pelorous #2595CC

Tints of Pelorous #2595CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 9.49%
G = 38.21%
B = 52.31%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2595CC (or 0x2595CC) is known color: Pelorous. HEX triplet: 25, 95 and CC. RGB value is (37,149,204). Sum of RGB (Red+Green+Blue) = 37+149+204=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #2595CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2595CC is #DA6A33. Grayscale: #797979. Windows color (decimal): -14314036 or 13407525. OLE color: 13407525.

HSL color Cylindrical-coordinate representation of color #2595CC: hue angle of 199.76º 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 #2595CC is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 149 204 -
CMYK 0.82 0.27 0 0.2
HSL 199.76º 0.69% 0.47% -
HSV(B) 199.76º 0.82% 0.8% -
XYZ 22.41 26.25 61.01 -
YUV 121.78 174.39 67.53 -
System Red Green Blue C M Y K H S L
Decimal 37 149 204 0.82 0.27 0 0.2 199.76 0.69 0.47
Hex 25 95 CC 52 1B 0 14 C8 45 2F
Octal 45 225 314 122 33 0 24 310 105 57
Binary 100101 10010101 11001100 1010010 11011 0 10100 11001000 1000101 101111

Color Harmonies of #2595CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2595CC

Black with #2595CC

Text Example


Text Example

White with #2595CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2595CC; }

 p { color: rgb(37,149,204); }

 H1.HeaderClassName
 {
   color: #2595CC;
 }
 .AnyTagClassName
 {
   color: #2595CC;
 }
</style>

background-color css

<style>
 a { background-color: #2595CC; }

 a { background-color: rgb(37,149,204); }

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

border-color css

<style>
 span { border-color: #2595CC; }

 span { border-color: rgb(37,149,204); }

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