Html Css Color HEX #2536CC Persian Blue

📋 copy color: '#2536CC'

red 37 ◦ green 54 ◦ blue 204

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

Shades of Persian Blue #2536CC

Tints of Persian Blue #2536CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 12.54%
G = 18.31%
B = 69.15%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2536CC (or 0x2536CC) is known color: Persian Blue. HEX triplet: 25, 36 and CC. RGB value is (37,54,204). Sum of RGB (Red+Green+Blue) = 37+54+204=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #2536CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2536CC is #DAC933. Grayscale: #414141. Windows color (decimal): -14338356 or 13383205. OLE color: 13383205.

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

Color convert

RGB 37 54 204 -
CMYK 0.82 0.74 0 0.2
HSL 233.89º 0.69% 0.47% -
HSV(B) 233.89º 0.82% 0.8% -
XYZ 12.98 7.39 57.87 -
YUV 66.02 205.87 107.3 -
System Red Green Blue C M Y K H S L
Decimal 37 54 204 0.82 0.74 0 0.2 233.89 0.69 0.47
Hex 25 36 CC 52 4A 0 14 EA 45 2F
Octal 45 66 314 122 112 0 24 352 105 57
Binary 100101 110110 11001100 1010010 1001010 0 10100 11101010 1000101 101111

Color Harmonies of #2536CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2536CC

Black with #2536CC

Text Example


Text Example

White with #2536CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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