Html Css Color HEX #2933CC Persian Blue

📋 copy color: '#2933CC'

red 41 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #2933CC

Tints of Persian Blue #2933CC

RGB

 RED value IS 41 (16.41% from 255) = 13.85%

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 13.85%
G = 17.23%
B = 68.92%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2933CC (or 0x2933CC) is known color: Persian Blue. HEX triplet: 29, 33 and CC. RGB value is (41,51,204). Sum of RGB (Red+Green+Blue) = 41+51+204=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #2933CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2933CC is #D6CC33. Grayscale: #404040. Windows color (decimal): -14076980 or 13382441. OLE color: 13382441.

HSL color Cylindrical-coordinate representation of color #2933CC: hue angle of 236.32º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2933CC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 51 204 -
CMYK 0.80 0.75 0 0.2
HSL 236.32º 0.67% 0.48% -
HSV(B) 236.32º 0.8% 0.8% -
XYZ 13 7.2 57.83 -
YUV 65.45 206.19 110.56 -
System Red Green Blue C M Y K H S L
Decimal 41 51 204 0.80 0.75 0 0.2 236.32 0.67 0.48
Hex 29 33 CC 50 4B 0 14 EC 43 30
Octal 51 63 314 120 113 0 24 354 103 60
Binary 101001 110011 11001100 1010000 1001011 0 10100 11101100 1000011 110000

Color Harmonies of #2933CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2933CC

Black with #2933CC

Text Example


Text Example

White with #2933CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,51,204); }

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

background-color css

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

 a { background-color: rgb(41,51,204); }

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

border-color css

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

 span { border-color: rgb(41,51,204); }

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