Html Css Color HEX #252CBC Persian Blue

📋 copy color: '#252CBC'

red 37 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #252CBC

Tints of Persian Blue #252CBC

RGB

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

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

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

R = 13.75%
G = 16.36%
B = 69.89%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#252CBC (or 0x252CBC) is known color: Persian Blue. HEX triplet: 25, 2C and BC. RGB value is (37,44,188). Sum of RGB (Red+Green+Blue) = 37+44+188=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #252CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CBC is #DAD343. Grayscale: #393939. Windows color (decimal): -14340932 or 12332069. OLE color: 12332069.

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

Color convert

RGB 37 44 188 -
CMYK 0.80 0.77 0 0.26
HSL 237.22º 0.67% 0.44% -
HSV(B) 237.22º 0.8% 0.74% -
XYZ 10.74 5.83 48.14 -
YUV 58.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 37 44 188 0.80 0.77 0 0.26 237.22 0.67 0.44
Hex 25 2C BC 50 4D 0 1A ED 43 2C
Octal 45 54 274 120 115 0 32 355 103 54
Binary 100101 101100 10111100 1010000 1001101 0 11010 11101101 1000011 101100

Color Harmonies of #252CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CBC

Black with #252CBC

Text Example


Text Example

White with #252CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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