Html Css Color HEX #302BC2 Persian Blue

📋 copy color: '#302BC2'

red 48 ◦ green 43 ◦ blue 194

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

Shades of Persian Blue #302BC2

Tints of Persian Blue #302BC2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

 BLUE value IS 194 (76.17% from 255) = 68.07%

R = 16.84%
G = 15.09%
B = 68.07%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#302BC2 (or 0x302BC2) is known color: Persian Blue. HEX triplet: 30, 2B and C2. RGB value is (48,43,194). Sum of RGB (Red+Green+Blue) = 48+43+194=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 194 (76.17% from 255 or 68.07% from 285); Max value from RGB is 194 - color contains mainly: blue. Hex color #302BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BC2 is #CFD43D. Grayscale: #3D3D3D. Windows color (decimal): -13620286 or 12725040. OLE color: 12725040.

HSL color Cylindrical-coordinate representation of color #302BC2: hue angle of 241.99º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302BC2 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 43 194 -
CMYK 0.75 0.78 0 0.24
HSL 241.99º 0.64% 0.46% -
HSV(B) 241.99º 0.78% 0.76% -
XYZ 11.82 6.25 51.62 -
YUV 61.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 48 43 194 0.75 0.78 0 0.24 241.99 0.64 0.46
Hex 30 2B C2 4B 4E 0 18 F2 40 2E
Octal 60 53 302 113 116 0 30 362 100 56
Binary 110000 101011 11000010 1001011 1001110 0 11000 11110010 1000000 101110

Color Harmonies of #302BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BC2

Black with #302BC2

Text Example


Text Example

White with #302BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,43,194); }

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

background-color css

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

 a { background-color: rgb(48,43,194); }

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

border-color css

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

 span { border-color: rgb(48,43,194); }

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