Html Css Color HEX #252BBC Persian Blue

📋 copy color: '#252BBC'

red 37 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #252BBC

Tints of Persian Blue #252BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

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

R = 13.81%
G = 16.04%
B = 70.15%

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

#252BBC (or 0x252BBC) is known color: Persian Blue. HEX triplet: 25, 2B and BC. RGB value is (37,43,188). Sum of RGB (Red+Green+Blue) = 37+43+188=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #252BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BBC is #DAD443. Grayscale: #393939. Windows color (decimal): -14341188 or 12331813. OLE color: 12331813.

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

Color convert

RGB 37 43 188 -
CMYK 0.80 0.77 0 0.26
HSL 237.62º 0.67% 0.44% -
HSV(B) 237.62º 0.8% 0.74% -
XYZ 10.7 5.75 48.12 -
YUV 57.74 201.51 113.21 -
System Red Green Blue C M Y K H S L
Decimal 37 43 188 0.80 0.77 0 0.26 237.62 0.67 0.44
Hex 25 2B BC 50 4D 0 1A EE 43 2C
Octal 45 53 274 120 115 0 32 356 103 54
Binary 100101 101011 10111100 1010000 1001101 0 11010 11101110 1000011 101100

Color Harmonies of #252BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BBC

Black with #252BBC

Text Example


Text Example

White with #252BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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