Html Css Color HEX #253CBA Persian Blue

📋 copy color: '#253CBA'

red 37 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #253CBA

Tints of Persian Blue #253CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 13.07%
G = 21.2%
B = 65.72%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#253CBA (or 0x253CBA) is known color: Persian Blue. HEX triplet: 25, 3C and BA. RGB value is (37,60,186). Sum of RGB (Red+Green+Blue) = 37+60+186=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #253CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CBA is #DAC345. Grayscale: #424242. Windows color (decimal): -14336838 or 12205093. OLE color: 12205093.

HSL color Cylindrical-coordinate representation of color #253CBA: hue angle of 230.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253CBA is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 60 186 -
CMYK 0.80 0.68 0 0.27
HSL 230.74º 0.67% 0.44% -
HSV(B) 230.74º 0.8% 0.73% -
XYZ 11.24 7.17 47.25 -
YUV 67.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 37 60 186 0.80 0.68 0 0.27 230.74 0.67 0.44
Hex 25 3C BA 50 44 0 1B E7 43 2C
Octal 45 74 272 120 104 0 33 347 103 54
Binary 100101 111100 10111010 1010000 1000100 0 11011 11100111 1000011 101100

Color Harmonies of #253CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CBA

Black with #253CBA

Text Example


Text Example

White with #253CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,186); }

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

background-color css

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

 a { background-color: rgb(37,60,186); }

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

border-color css

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

 span { border-color: rgb(37,60,186); }

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