Html Css Color HEX #252ACF Persian Blue

📋 copy color: '#252ACF'

red 37 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #252ACF

Tints of Persian Blue #252ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

 BLUE value IS 207 (81.25% from 255) = 72.38%

R = 12.94%
G = 14.69%
B = 72.38%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#252ACF (or 0x252ACF) is known color: Persian Blue. HEX triplet: 25, 2A and CF. RGB value is (37,42,207). Sum of RGB (Red+Green+Blue) = 37+42+207=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #252ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ACF is #DAD530. Grayscale: #3A3A3A. Windows color (decimal): -14341425 or 13576741. OLE color: 13576741.

HSL color Cylindrical-coordinate representation of color #252ACF: hue angle of 238.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252ACF is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 42 207 -
CMYK 0.82 0.80 0 0.19
HSL 238.24º 0.7% 0.48% -
HSV(B) 238.24º 0.82% 0.81% -
XYZ 12.85 6.55 59.62 -
YUV 59.32 211.34 112.08 -
System Red Green Blue C M Y K H S L
Decimal 37 42 207 0.82 0.80 0 0.19 238.24 0.7 0.48
Hex 25 2A CF 52 50 0 13 EE 46 30
Octal 45 52 317 122 120 0 23 356 106 60
Binary 100101 101010 11001111 1010010 1010000 0 10011 11101110 1000110 110000

Color Harmonies of #252ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252ACF

Black with #252ACF

Text Example


Text Example

White with #252ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,207); }

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

background-color css

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

 a { background-color: rgb(37,42,207); }

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

border-color css

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

 span { border-color: rgb(37,42,207); }

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