Html Css Color HEX #302EC6 Persian Blue

📋 copy color: '#302EC6'

red 48 ◦ green 46 ◦ blue 198

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

Shades of Persian Blue #302EC6

Tints of Persian Blue #302EC6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.75%

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

R = 16.44%
G = 15.75%
B = 67.81%

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

#302EC6 (or 0x302EC6) is known color: Persian Blue. HEX triplet: 30, 2E and C6. RGB value is (48,46,198). Sum of RGB (Red+Green+Blue) = 48+46+198=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #302EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EC6 is #CFD139. Grayscale: #3F3F3F. Windows color (decimal): -13619514 or 12987952. OLE color: 12987952.

HSL color Cylindrical-coordinate representation of color #302EC6: hue angle of 240.79º degrees, saturation: 0.62, 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 #302EC6 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 46 198 -
CMYK 0.76 0.77 0 0.22
HSL 240.79º 0.62% 0.48% -
HSV(B) 240.79º 0.77% 0.78% -
XYZ 12.39 6.66 54.06 -
YUV 63.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 48 46 198 0.76 0.77 0 0.22 240.79 0.62 0.48
Hex 30 2E C6 4C 4D 0 16 F1 3E 30
Octal 60 56 306 114 115 0 26 361 76 60
Binary 110000 101110 11000110 1001100 1001101 0 10110 11110001 111110 110000

Color Harmonies of #302EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302EC6

Black with #302EC6

Text Example


Text Example

White with #302EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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