Html Css Color HEX #252BAA Persian Blue

📋 copy color: '#252BAA'

red 37 ◦ green 43 ◦ blue 170

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

Shades of Persian Blue #252BAA

Tints of Persian Blue #252BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 14.8%
G = 17.2%
B = 68%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#252BAA (or 0x252BAA) is known color: Persian Blue. HEX triplet: 25, 2B and AA. RGB value is (37,43,170). Sum of RGB (Red+Green+Blue) = 37+43+170=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #252BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252BAA is #DAD455. Grayscale: #373737. Windows color (decimal): -14341206 or 11152165. OLE color: 11152165.

HSL color Cylindrical-coordinate representation of color #252BAA: hue angle of 237.29º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252BAA is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 43 170 -
CMYK 0.78 0.75 0 0.33
HSL 237.29º 0.64% 0.41% -
HSV(B) 237.29º 0.78% 0.67% -
XYZ 8.88 5.02 38.53 -
YUV 55.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 37 43 170 0.78 0.75 0 0.33 237.29 0.64 0.41
Hex 25 2B AA 4E 4B 0 21 ED 40 29
Octal 45 53 252 116 113 0 41 355 100 51
Binary 100101 101011 10101010 1001110 1001011 0 100001 11101101 1000000 101001

Color Harmonies of #252BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BAA

Black with #252BAA

Text Example


Text Example

White with #252BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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