Html Css Color HEX #252FC5 Persian Blue

📋 copy color: '#252FC5'

red 37 ◦ green 47 ◦ blue 197

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

Shades of Persian Blue #252FC5

Tints of Persian Blue #252FC5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

 BLUE value IS 197 (77.34% from 255) = 70.11%

R = 13.17%
G = 16.73%
B = 70.11%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#252FC5 (or 0x252FC5) is known color: Persian Blue. HEX triplet: 25, 2F and C5. RGB value is (37,47,197). Sum of RGB (Red+Green+Blue) = 37+47+197=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #252FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FC5 is #DAD03A. Grayscale: #3C3C3C. Windows color (decimal): -14340155 or 12922661. OLE color: 12922661.

HSL color Cylindrical-coordinate representation of color #252FC5: hue angle of 236.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252FC5 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 47 197 -
CMYK 0.81 0.76 0 0.23
HSL 236.25º 0.68% 0.46% -
HSV(B) 236.25º 0.81% 0.77% -
XYZ 11.86 6.46 53.44 -
YUV 61.11 204.69 110.8 -
System Red Green Blue C M Y K H S L
Decimal 37 47 197 0.81 0.76 0 0.23 236.25 0.68 0.46
Hex 25 2F C5 51 4C 0 17 EC 44 2E
Octal 45 57 305 121 114 0 27 354 104 56
Binary 100101 101111 11000101 1010001 1001100 0 10111 11101100 1000100 101110

Color Harmonies of #252FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FC5

Black with #252FC5

Text Example


Text Example

White with #252FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,47,197); }

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

background-color css

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

 a { background-color: rgb(37,47,197); }

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

border-color css

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

 span { border-color: rgb(37,47,197); }

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