Html Css Color HEX #303DB6 Persian Blue

📋 copy color: '#303DB6'

red 48 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #303DB6

Tints of Persian Blue #303DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.96%

 BLUE value IS 182 (71.48% from 255) = 62.54%

R = 16.49%
G = 20.96%
B = 62.54%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#303DB6 (or 0x303DB6) is known color: Persian Blue. HEX triplet: 30, 3D and B6. RGB value is (48,61,182). Sum of RGB (Red+Green+Blue) = 48+61+182=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #303DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303DB6 is #CFC249. Grayscale: #464646. Windows color (decimal): -13615690 or 11943216. OLE color: 11943216.

HSL color Cylindrical-coordinate representation of color #303DB6: hue angle of 234.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303DB6 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 61 182 -
CMYK 0.74 0.66 0 0.29
HSL 234.18º 0.58% 0.45% -
HSV(B) 234.18º 0.74% 0.71% -
XYZ 11.33 7.34 45.08 -
YUV 70.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 48 61 182 0.74 0.66 0 0.29 234.18 0.58 0.45
Hex 30 3D B6 4A 42 0 1D EA 3A 2D
Octal 60 75 266 112 102 0 35 352 72 55
Binary 110000 111101 10110110 1001010 1000010 0 11101 11101010 111010 101101

Color Harmonies of #303DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DB6

Black with #303DB6

Text Example


Text Example

White with #303DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303DB6; }

 p { color: rgb(48,61,182); }

 H1.HeaderClassName
 {
   color: #303DB6;
 }
 .AnyTagClassName
 {
   color: #303DB6;
 }
</style>

background-color css

<style>
 a { background-color: #303DB6; }

 a { background-color: rgb(48,61,182); }

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

border-color css

<style>
 span { border-color: #303DB6; }

 span { border-color: rgb(48,61,182); }

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