Html Css Color HEX #302DC6 Persian Blue

📋 copy color: '#302DC6'

red 48 ◦ green 45 ◦ blue 198

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

Shades of Persian Blue #302DC6

Tints of Persian Blue #302DC6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

 BLUE value IS 198 (77.73% from 255) = 68.04%

R = 16.49%
G = 15.46%
B = 68.04%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#302DC6 (or 0x302DC6) is known color: Persian Blue. HEX triplet: 30, 2D and C6. RGB value is (48,45,198). Sum of RGB (Red+Green+Blue) = 48+45+198=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 198 (77.73% from 255 or 68.04% from 291); Max value from RGB is 198 - color contains mainly: blue. Hex color #302DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DC6 is #CFD239. Grayscale: #3E3E3E. Windows color (decimal): -13619770 or 12987696. OLE color: 12987696.

HSL color Cylindrical-coordinate representation of color #302DC6: hue angle of 241.18º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302DC6 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 45 198 -
CMYK 0.76 0.77 0 0.22
HSL 241.18º 0.63% 0.48% -
HSV(B) 241.18º 0.77% 0.78% -
XYZ 12.35 6.58 54.05 -
YUV 63.34 203.99 117.06 -
System Red Green Blue C M Y K H S L
Decimal 48 45 198 0.76 0.77 0 0.22 241.18 0.63 0.48
Hex 30 2D C6 4C 4D 0 16 F1 3F 30
Octal 60 55 306 114 115 0 26 361 77 60
Binary 110000 101101 11000110 1001100 1001101 0 10110 11110001 111111 110000

Color Harmonies of #302DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302DC6

Black with #302DC6

Text Example


Text Example

White with #302DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,45,198); }

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

background-color css

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

 a { background-color: rgb(48,45,198); }

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

border-color css

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

 span { border-color: rgb(48,45,198); }

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