Html Css Color HEX #2325B6 Persian Blue

📋 copy color: '#2325B6'

red 35 ◦ green 37 ◦ blue 182

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

Shades of Persian Blue #2325B6

Tints of Persian Blue #2325B6

RGB

 RED value IS 35 (14.06% from 255) = 13.78%

 GREEN value IS 37 (14.84% from 255) = 14.57%

 BLUE value IS 182 (71.48% from 255) = 71.65%

R = 13.78%
G = 14.57%
B = 71.65%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2325B6 (or 0x2325B6) is known color: Persian Blue. HEX triplet: 23, 25 and B6. RGB value is (35,37,182). Sum of RGB (Red+Green+Blue) = 35+37+182=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 182 (71.48% from 255 or 71.65% from 254); Max value from RGB is 182 - color contains mainly: blue. Hex color #2325B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2325B6 is #DCDA49. Grayscale: #343434. Windows color (decimal): -14473802 or 11937059. OLE color: 11937059.

HSL color Cylindrical-coordinate representation of color #2325B6: hue angle of 239.18º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2325B6 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 37 182 -
CMYK 0.81 0.80 0 0.29
HSL 239.18º 0.68% 0.43% -
HSV(B) 239.18º 0.81% 0.71% -
XYZ 9.8 5.06 44.72 -
YUV 52.93 200.84 115.21 -
System Red Green Blue C M Y K H S L
Decimal 35 37 182 0.81 0.80 0 0.29 239.18 0.68 0.43
Hex 23 25 B6 51 50 0 1D EF 44 2B
Octal 43 45 266 121 120 0 35 357 104 53
Binary 100011 100101 10110110 1010001 1010000 0 11101 11101111 1000100 101011

Color Harmonies of #2325B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2325B6

Black with #2325B6

Text Example


Text Example

White with #2325B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2325B6; }

 p { color: rgb(35,37,182); }

 H1.HeaderClassName
 {
   color: #2325B6;
 }
 .AnyTagClassName
 {
   color: #2325B6;
 }
</style>

background-color css

<style>
 a { background-color: #2325B6; }

 a { background-color: rgb(35,37,182); }

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

border-color css

<style>
 span { border-color: #2325B6; }

 span { border-color: rgb(35,37,182); }

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