Html Css Color HEX #252CBF Persian Blue

📋 copy color: '#252CBF'

red 37 ◦ green 44 ◦ blue 191

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

Shades of Persian Blue #252CBF

Tints of Persian Blue #252CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

 BLUE value IS 191 (75% from 255) = 70.22%

R = 13.6%
G = 16.18%
B = 70.22%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#252CBF (or 0x252CBF) is known color: Persian Blue. HEX triplet: 25, 2C and BF. RGB value is (37,44,191). Sum of RGB (Red+Green+Blue) = 37+44+191=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #252CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CBF is #DAD340. Grayscale: #3A3A3A. Windows color (decimal): -14340929 or 12528677. OLE color: 12528677.

HSL color Cylindrical-coordinate representation of color #252CBF: hue angle of 237.27º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252CBF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 44 191 -
CMYK 0.81 0.77 0 0.25
HSL 237.27º 0.68% 0.45% -
HSV(B) 237.27º 0.81% 0.75% -
XYZ 11.07 5.96 49.86 -
YUV 58.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 37 44 191 0.81 0.77 0 0.25 237.27 0.68 0.45
Hex 25 2C BF 51 4D 0 19 ED 44 2D
Octal 45 54 277 121 115 0 31 355 104 55
Binary 100101 101100 10111111 1010001 1001101 0 11001 11101101 1000100 101101

Color Harmonies of #252CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CBF

Black with #252CBF

Text Example


Text Example

White with #252CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252CBF; }

 p { color: rgb(37,44,191); }

 H1.HeaderClassName
 {
   color: #252CBF;
 }
 .AnyTagClassName
 {
   color: #252CBF;
 }
</style>

background-color css

<style>
 a { background-color: #252CBF; }

 a { background-color: rgb(37,44,191); }

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

border-color css

<style>
 span { border-color: #252CBF; }

 span { border-color: rgb(37,44,191); }

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