Html Css Color HEX #302BBE Persian Blue

📋 copy color: '#302BBE'

red 48 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #302BBE

Tints of Persian Blue #302BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 17.08%
G = 15.3%
B = 67.62%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#302BBE (or 0x302BBE) is known color: Persian Blue. HEX triplet: 30, 2B and BE. RGB value is (48,43,190). Sum of RGB (Red+Green+Blue) = 48+43+190=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #302BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BBE is #CFD441. Grayscale: #3C3C3C. Windows color (decimal): -13620290 or 12462896. OLE color: 12462896.

HSL color Cylindrical-coordinate representation of color #302BBE: hue angle of 242.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302BBE is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 43 190 -
CMYK 0.75 0.77 0 0.25
HSL 242.04º 0.63% 0.46% -
HSV(B) 242.04º 0.77% 0.75% -
XYZ 11.38 6.07 49.29 -
YUV 61.25 200.66 118.55 -
System Red Green Blue C M Y K H S L
Decimal 48 43 190 0.75 0.77 0 0.25 242.04 0.63 0.46
Hex 30 2B BE 4B 4D 0 19 F2 3F 2E
Octal 60 53 276 113 115 0 31 362 77 56
Binary 110000 101011 10111110 1001011 1001101 0 11001 11110010 111111 101110

Color Harmonies of #302BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BBE

Black with #302BBE

Text Example


Text Example

White with #302BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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