Html Css Color HEX #2342CC Persian Blue

📋 copy color: '#2342CC'

red 35 ◦ green 66 ◦ blue 204

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

Shades of Persian Blue #2342CC

Tints of Persian Blue #2342CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 11.48%
G = 21.64%
B = 66.89%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2342CC (or 0x2342CC) is known color: Persian Blue. HEX triplet: 23, 42 and CC. RGB value is (35,66,204). Sum of RGB (Red+Green+Blue) = 35+66+204=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #2342CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342CC is #DCBD33. Grayscale: #474747. Windows color (decimal): -14466356 or 13386275. OLE color: 13386275.

HSL color Cylindrical-coordinate representation of color #2342CC: hue angle of 228.99º 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 #2342CC is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 66 204 -
CMYK 0.83 0.68 0 0.2
HSL 228.99º 0.71% 0.47% -
HSV(B) 228.99º 0.83% 0.8% -
XYZ 13.54 8.61 58.08 -
YUV 72.46 202.23 101.28 -
System Red Green Blue C M Y K H S L
Decimal 35 66 204 0.83 0.68 0 0.2 228.99 0.71 0.47
Hex 23 42 CC 53 44 0 14 E5 47 2F
Octal 43 102 314 123 104 0 24 345 107 57
Binary 100011 1000010 11001100 1010011 1000100 0 10100 11100101 1000111 101111

Color Harmonies of #2342CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2342CC

Black with #2342CC

Text Example


Text Example

White with #2342CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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