Html Css Color HEX #2325CC Persian Blue

📋 copy color: '#2325CC'

red 35 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #2325CC

Tints of Persian Blue #2325CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 12.68%
G = 13.41%
B = 73.91%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2325CC (or 0x2325CC) is known color: Persian Blue. HEX triplet: 23, 25 and CC. RGB value is (35,37,204). Sum of RGB (Red+Green+Blue) = 35+37+204=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2325CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2325CC is #DCDA33. Grayscale: #363636. Windows color (decimal): -14473780 or 13378851. OLE color: 13378851.

HSL color Cylindrical-coordinate representation of color #2325CC: hue angle of 239.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2325CC is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 37 204 -
CMYK 0.83 0.82 0 0.2
HSL 239.29º 0.71% 0.47% -
HSV(B) 239.29º 0.83% 0.8% -
XYZ 12.25 6.04 57.65 -
YUV 55.44 211.84 113.42 -
System Red Green Blue C M Y K H S L
Decimal 35 37 204 0.83 0.82 0 0.2 239.29 0.71 0.47
Hex 23 25 CC 53 52 0 14 EF 47 2F
Octal 43 45 314 123 122 0 24 357 107 57
Binary 100011 100101 11001100 1010011 1010010 0 10100 11101111 1000111 101111

Color Harmonies of #2325CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2325CC

Black with #2325CC

Text Example


Text Example

White with #2325CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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