Html Css Color HEX #302CBD Persian Blue

📋 copy color: '#302CBD'

red 48 ◦ green 44 ◦ blue 189

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

Shades of Persian Blue #302CBD

Tints of Persian Blue #302CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 17.08%
G = 15.66%
B = 67.26%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#302CBD (or 0x302CBD) is known color: Persian Blue. HEX triplet: 30, 2C and BD. RGB value is (48,44,189). Sum of RGB (Red+Green+Blue) = 48+44+189=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #302CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CBD is #CFD342. Grayscale: #3D3D3D. Windows color (decimal): -13620035 or 12397616. OLE color: 12397616.

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

Color convert

RGB 48 44 189 -
CMYK 0.75 0.77 0 0.26
HSL 241.66º 0.62% 0.46% -
HSV(B) 241.66º 0.77% 0.74% -
XYZ 11.3 6.1 48.73 -
YUV 61.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 48 44 189 0.75 0.77 0 0.26 241.66 0.62 0.46
Hex 30 2C BD 4B 4D 0 1A F2 3E 2E
Octal 60 54 275 113 115 0 32 362 76 56
Binary 110000 101100 10111101 1001011 1001101 0 11010 11110010 111110 101110

Color Harmonies of #302CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302CBD

Black with #302CBD

Text Example


Text Example

White with #302CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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