Html Css Color HEX #3029CC Persian Blue

📋 copy color: '#3029CC'

red 48 ◦ green 41 ◦ blue 204

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

Shades of Persian Blue #3029CC

Tints of Persian Blue #3029CC

RGB

 RED value IS 48 (19.14% from 255) = 16.38%

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 16.38%
G = 13.99%
B = 69.62%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3029CC (or 0x3029CC) is known color: Persian Blue. HEX triplet: 30, 29 and CC. RGB value is (48,41,204). Sum of RGB (Red+Green+Blue) = 48+41+204=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #3029CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029CC is #CFD633. Grayscale: #3D3D3D. Windows color (decimal): -13620788 or 13379888. OLE color: 13379888.

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

Color convert

RGB 48 41 204 -
CMYK 0.76 0.80 0 0.2
HSL 242.58º 0.67% 0.48% -
HSV(B) 242.58º 0.8% 0.8% -
XYZ 12.91 6.57 57.72 -
YUV 61.68 208.32 118.25 -
System Red Green Blue C M Y K H S L
Decimal 48 41 204 0.76 0.80 0 0.2 242.58 0.67 0.48
Hex 30 29 CC 4C 50 0 14 F3 43 30
Octal 60 51 314 114 120 0 24 363 103 60
Binary 110000 101001 11001100 1001100 1010000 0 10100 11110011 1000011 110000

Color Harmonies of #3029CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029CC

Black with #3029CC

Text Example


Text Example

White with #3029CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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