Html Css Color HEX #252EC8 Persian Blue

📋 copy color: '#252EC8'

red 37 ◦ green 46 ◦ blue 200

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

Shades of Persian Blue #252EC8

Tints of Persian Blue #252EC8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 200 (78.52% from 255) = 70.67%

R = 13.07%
G = 16.25%
B = 70.67%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#252EC8 (or 0x252EC8) is known color: Persian Blue. HEX triplet: 25, 2E and C8. RGB value is (37,46,200). Sum of RGB (Red+Green+Blue) = 37+46+200=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #252EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252EC8 is #DAD137. Grayscale: #3C3C3C. Windows color (decimal): -14340408 or 13119013. OLE color: 13119013.

HSL color Cylindrical-coordinate representation of color #252EC8: hue angle of 236.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252EC8 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 46 200 -
CMYK 0.82 0.77 0 0.22
HSL 236.69º 0.69% 0.46% -
HSV(B) 236.69º 0.82% 0.78% -
XYZ 12.17 6.52 55.26 -
YUV 60.87 206.52 110.98 -
System Red Green Blue C M Y K H S L
Decimal 37 46 200 0.82 0.77 0 0.22 236.69 0.69 0.46
Hex 25 2E C8 52 4D 0 16 ED 45 2E
Octal 45 56 310 122 115 0 26 355 105 56
Binary 100101 101110 11001000 1010010 1001101 0 10110 11101101 1000101 101110

Color Harmonies of #252EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252EC8

Black with #252EC8

Text Example


Text Example

White with #252EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,200); }

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

background-color css

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

 a { background-color: rgb(37,46,200); }

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

border-color css

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

 span { border-color: rgb(37,46,200); }

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