Html Css Color HEX #252BDA Persian Blue

📋 copy color: '#252BDA'

red 37 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #252BDA

Tints of Persian Blue #252BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 12.42%
G = 14.43%
B = 73.15%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#252BDA (or 0x252BDA) is known color: Persian Blue. HEX triplet: 25, 2B and DA. RGB value is (37,43,218). Sum of RGB (Red+Green+Blue) = 37+43+218=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #252BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BDA is #DAD425. Grayscale: #3C3C3C. Windows color (decimal): -14341158 or 14297893. OLE color: 14297893.

HSL color Cylindrical-coordinate representation of color #252BDA: hue angle of 238.01º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252BDA is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 43 218 -
CMYK 0.83 0.80 0 0.15
HSL 238.01º 0.71% 0.5% -
HSV(B) 238.01º 0.83% 0.85% -
XYZ 14.28 7.18 66.96 -
YUV 61.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 37 43 218 0.83 0.80 0 0.15 238.01 0.71 0.5
Hex 25 2B DA 53 50 0 F EE 47 32
Octal 45 53 332 123 120 0 17 356 107 62
Binary 100101 101011 11011010 1010011 1010000 0 1111 11101110 1000111 110010

Color Harmonies of #252BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BDA

Black with #252BDA

Text Example


Text Example

White with #252BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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