Html Css Color HEX #303BDA Persian Blue

📋 copy color: '#303BDA'

red 48 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #303BDA

Tints of Persian Blue #303BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 14.77%
G = 18.15%
B = 67.08%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#303BDA (or 0x303BDA) is known color: Persian Blue. HEX triplet: 30, 3B and DA. RGB value is (48,59,218). Sum of RGB (Red+Green+Blue) = 48+59+218=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #303BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BDA is #CFC425. Grayscale: #494949. Windows color (decimal): -13616166 or 14302000. OLE color: 14302000.

HSL color Cylindrical-coordinate representation of color #303BDA: hue angle of 236.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303BDA is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 59 218 -
CMYK 0.78 0.73 0 0.15
HSL 236.12º 0.7% 0.52% -
HSV(B) 236.12º 0.78% 0.85% -
XYZ 15.44 8.82 67.22 -
YUV 73.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 48 59 218 0.78 0.73 0 0.15 236.12 0.7 0.52
Hex 30 3B DA 4E 49 0 F EC 46 34
Octal 60 73 332 116 111 0 17 354 106 64
Binary 110000 111011 11011010 1001110 1001001 0 1111 11101100 1000110 110100

Color Harmonies of #303BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BDA

Black with #303BDA

Text Example


Text Example

White with #303BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,59,218); }

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

background-color css

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

 a { background-color: rgb(48,59,218); }

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

border-color css

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

 span { border-color: rgb(48,59,218); }

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