Html Css Color HEX #303CBA Persian Blue

📋 copy color: '#303CBA'

red 48 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #303CBA

Tints of Persian Blue #303CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 16.33%
G = 20.41%
B = 63.27%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#303CBA (or 0x303CBA) is known color: Persian Blue. HEX triplet: 30, 3C and BA. RGB value is (48,60,186). Sum of RGB (Red+Green+Blue) = 48+60+186=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #303CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBA is #CFC345. Grayscale: #464646. Windows color (decimal): -13615942 or 12205104. OLE color: 12205104.

HSL color Cylindrical-coordinate representation of color #303CBA: hue angle of 234.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303CBA is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 60 186 -
CMYK 0.74 0.68 0 0.27
HSL 234.78º 0.59% 0.46% -
HSV(B) 234.78º 0.74% 0.73% -
XYZ 11.7 7.41 47.27 -
YUV 70.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 48 60 186 0.74 0.68 0 0.27 234.78 0.59 0.46
Hex 30 3C BA 4A 44 0 1B EB 3B 2E
Octal 60 74 272 112 104 0 33 353 73 56
Binary 110000 111100 10111010 1001010 1000100 0 11011 11101011 111011 101110

Color Harmonies of #303CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CBA

Black with #303CBA

Text Example


Text Example

White with #303CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,60,186); }

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

background-color css

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

 a { background-color: rgb(48,60,186); }

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

border-color css

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

 span { border-color: rgb(48,60,186); }

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