Html Css Color HEX #252BBE Persian Blue

📋 copy color: '#252BBE'

red 37 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #252BBE

Tints of Persian Blue #252BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 13.7%
G = 15.93%
B = 70.37%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#252BBE (or 0x252BBE) is known color: Persian Blue. HEX triplet: 25, 2B and BE. RGB value is (37,43,190). Sum of RGB (Red+Green+Blue) = 37+43+190=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #252BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BBE is #DAD441. Grayscale: #393939. Windows color (decimal): -14341186 or 12462885. OLE color: 12462885.

HSL color Cylindrical-coordinate representation of color #252BBE: hue angle of 237.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #252BBE is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 43 190 -
CMYK 0.81 0.77 0 0.25
HSL 237.65º 0.67% 0.45% -
HSV(B) 237.65º 0.81% 0.75% -
XYZ 10.92 5.84 49.27 -
YUV 57.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 37 43 190 0.81 0.77 0 0.25 237.65 0.67 0.45
Hex 25 2B BE 51 4D 0 19 EE 43 2D
Octal 45 53 276 121 115 0 31 356 103 55
Binary 100101 101011 10111110 1010001 1001101 0 11001 11101110 1000011 101101

Color Harmonies of #252BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BBE

Black with #252BBE

Text Example


Text Example

White with #252BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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