Html Css Color HEX #253FBC Persian Blue

📋 copy color: '#253FBC'

red 37 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #253FBC

Tints of Persian Blue #253FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 12.85%
G = 21.88%
B = 65.28%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#253FBC (or 0x253FBC) is known color: Persian Blue. HEX triplet: 25, 3F and BC. RGB value is (37,63,188). Sum of RGB (Red+Green+Blue) = 37+63+188=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #253FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FBC is #DAC043. Grayscale: #444444. Windows color (decimal): -14336068 or 12336933. OLE color: 12336933.

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

Color convert

RGB 37 63 188 -
CMYK 0.80 0.66 0 0.26
HSL 229.67º 0.67% 0.44% -
HSV(B) 229.67º 0.8% 0.74% -
XYZ 11.62 7.58 48.43 -
YUV 69.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 37 63 188 0.80 0.66 0 0.26 229.67 0.67 0.44
Hex 25 3F BC 50 42 0 1A E6 43 2C
Octal 45 77 274 120 102 0 32 346 103 54
Binary 100101 111111 10111100 1010000 1000010 0 11010 11100110 1000011 101100

Color Harmonies of #253FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FBC

Black with #253FBC

Text Example


Text Example

White with #253FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,188); }

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

background-color css

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

 a { background-color: rgb(37,63,188); }

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

border-color css

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

 span { border-color: rgb(37,63,188); }

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