Html Css Color HEX #253BBC Persian Blue

📋 copy color: '#253BBC'

red 37 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #253BBC

Tints of Persian Blue #253BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

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

R = 13.03%
G = 20.77%
B = 66.2%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#253BBC (or 0x253BBC) is known color: Persian Blue. HEX triplet: 25, 3B and BC. RGB value is (37,59,188). Sum of RGB (Red+Green+Blue) = 37+59+188=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #253BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BBC is #DAC443. Grayscale: #424242. Windows color (decimal): -14337092 or 12335909. OLE color: 12335909.

HSL color Cylindrical-coordinate representation of color #253BBC: hue angle of 231.26º 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 #253BBC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 59 188 -
CMYK 0.80 0.69 0 0.26
HSL 231.26º 0.67% 0.44% -
HSV(B) 231.26º 0.8% 0.74% -
XYZ 11.4 7.15 48.36 -
YUV 67.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 37 59 188 0.80 0.69 0 0.26 231.26 0.67 0.44
Hex 25 3B BC 50 45 0 1A E7 43 2C
Octal 45 73 274 120 105 0 32 347 103 54
Binary 100101 111011 10111100 1010000 1000101 0 11010 11100111 1000011 101100

Color Harmonies of #253BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BBC

Black with #253BBC

Text Example


Text Example

White with #253BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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