Html Css Color HEX #253ACC Persian Blue

📋 copy color: '#253ACC'

red 37 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #253ACC

Tints of Persian Blue #253ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

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

R = 12.37%
G = 19.4%
B = 68.23%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#253ACC (or 0x253ACC) is known color: Persian Blue. HEX triplet: 25, 3A and CC. RGB value is (37,58,204). Sum of RGB (Red+Green+Blue) = 37+58+204=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #253ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ACC is #DAC533. Grayscale: #434343. Windows color (decimal): -14337332 or 13384229. OLE color: 13384229.

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

Color convert

RGB 37 58 204 -
CMYK 0.82 0.72 0 0.2
HSL 232.46º 0.69% 0.47% -
HSV(B) 232.46º 0.82% 0.8% -
XYZ 13.18 7.78 57.93 -
YUV 68.37 204.54 105.63 -
System Red Green Blue C M Y K H S L
Decimal 37 58 204 0.82 0.72 0 0.2 232.46 0.69 0.47
Hex 25 3A CC 52 48 0 14 E8 45 2F
Octal 45 72 314 122 110 0 24 350 105 57
Binary 100101 111010 11001100 1010010 1001000 0 10100 11101000 1000101 101111

Color Harmonies of #253ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ACC

Black with #253ACC

Text Example


Text Example

White with #253ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253ACC; }

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

 H1.HeaderClassName
 {
   color: #253ACC;
 }
 .AnyTagClassName
 {
   color: #253ACC;
 }
</style>

background-color css

<style>
 a { background-color: #253ACC; }

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

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

border-color css

<style>
 span { border-color: #253ACC; }

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

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