Html Css Color HEX #2543CC Persian Blue

📋 copy color: '#2543CC'

red 37 ◦ green 67 ◦ blue 204

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

Shades of Persian Blue #2543CC

Tints of Persian Blue #2543CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 12.01%
G = 21.75%
B = 66.23%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2543CC (or 0x2543CC) is known color: Persian Blue. HEX triplet: 25, 43 and CC. RGB value is (37,67,204). Sum of RGB (Red+Green+Blue) = 37+67+204=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #2543CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2543CC is #DABC33. Grayscale: #494949. Windows color (decimal): -14335028 or 13386533. OLE color: 13386533.

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

Color convert

RGB 37 67 204 -
CMYK 0.82 0.67 0 0.2
HSL 229.22º 0.69% 0.47% -
HSV(B) 229.22º 0.82% 0.8% -
XYZ 13.67 8.77 58.1 -
YUV 73.65 201.56 101.86 -
System Red Green Blue C M Y K H S L
Decimal 37 67 204 0.82 0.67 0 0.2 229.22 0.69 0.47
Hex 25 43 CC 52 43 0 14 E5 45 2F
Octal 45 103 314 122 103 0 24 345 105 57
Binary 100101 1000011 11001100 1010010 1000011 0 10100 11100101 1000101 101111

Color Harmonies of #2543CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2543CC

Black with #2543CC

Text Example


Text Example

White with #2543CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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