Html Css Color HEX #2537CC Persian Blue

📋 copy color: '#2537CC'

red 37 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #2537CC

Tints of Persian Blue #2537CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 12.5%
G = 18.58%
B = 68.92%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2537CC (or 0x2537CC) is known color: Persian Blue. HEX triplet: 25, 37 and CC. RGB value is (37,55,204). Sum of RGB (Red+Green+Blue) = 37+55+204=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #2537CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537CC is #DAC833. Grayscale: #414141. Windows color (decimal): -14338100 or 13383461. OLE color: 13383461.

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

Color convert

RGB 37 55 204 -
CMYK 0.82 0.73 0 0.2
HSL 233.53º 0.69% 0.47% -
HSV(B) 233.53º 0.82% 0.8% -
XYZ 13.03 7.49 57.88 -
YUV 66.6 205.54 106.88 -
System Red Green Blue C M Y K H S L
Decimal 37 55 204 0.82 0.73 0 0.2 233.53 0.69 0.47
Hex 25 37 CC 52 49 0 14 EA 45 2F
Octal 45 67 314 122 111 0 24 352 105 57
Binary 100101 110111 11001100 1010010 1001001 0 10100 11101010 1000101 101111

Color Harmonies of #2537CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2537CC

Black with #2537CC

Text Example


Text Example

White with #2537CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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