Html Css Color HEX #302CDD Persian Blue

📋 copy color: '#302CDD'

red 48 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #302CDD

Tints of Persian Blue #302CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 15.34%
G = 14.06%
B = 70.61%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#302CDD (or 0x302CDD) is known color: Persian Blue. HEX triplet: 30, 2C and DD. RGB value is (48,44,221). Sum of RGB (Red+Green+Blue) = 48+44+221=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #302CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CDD is #CFD322. Grayscale: #404040. Windows color (decimal): -13620003 or 14494768. OLE color: 14494768.

HSL color Cylindrical-coordinate representation of color #302CDD: hue angle of 241.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302CDD is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 44 221 -
CMYK 0.78 0.80 0 0.13
HSL 241.36º 0.72% 0.52% -
HSV(B) 241.36º 0.8% 0.87% -
XYZ 15.17 7.65 69.08 -
YUV 65.37 215.83 115.61 -
System Red Green Blue C M Y K H S L
Decimal 48 44 221 0.78 0.80 0 0.13 241.36 0.72 0.52
Hex 30 2C DD 4E 50 0 D F1 48 34
Octal 60 54 335 116 120 0 15 361 110 64
Binary 110000 101100 11011101 1001110 1010000 0 1101 11110001 1001000 110100

Color Harmonies of #302CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CDD

Black with #302CDD

Text Example


Text Example

White with #302CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302CDD; }

 p { color: rgb(48,44,221); }

 H1.HeaderClassName
 {
   color: #302CDD;
 }
 .AnyTagClassName
 {
   color: #302CDD;
 }
</style>

background-color css

<style>
 a { background-color: #302CDD; }

 a { background-color: rgb(48,44,221); }

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

border-color css

<style>
 span { border-color: #302CDD; }

 span { border-color: rgb(48,44,221); }

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