Html Css Color HEX #303EBA Persian Blue

📋 copy color: '#303EBA'

red 48 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #303EBA

Tints of Persian Blue #303EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.95%

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

R = 16.22%
G = 20.95%
B = 62.84%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#303EBA (or 0x303EBA) is known color: Persian Blue. HEX triplet: 30, 3E and BA. RGB value is (48,62,186). Sum of RGB (Red+Green+Blue) = 48+62+186=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #303EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EBA is #CFC145. Grayscale: #474747. Windows color (decimal): -13615430 or 12205616. OLE color: 12205616.

HSL color Cylindrical-coordinate representation of color #303EBA: hue angle of 233.91º 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 #303EBA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 62 186 -
CMYK 0.74 0.67 0 0.27
HSL 233.91º 0.59% 0.46% -
HSV(B) 233.91º 0.74% 0.73% -
XYZ 11.8 7.62 47.3 -
YUV 71.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 48 62 186 0.74 0.67 0 0.27 233.91 0.59 0.46
Hex 30 3E BA 4A 43 0 1B EA 3B 2E
Octal 60 76 272 112 103 0 33 352 73 56
Binary 110000 111110 10111010 1001010 1000011 0 11011 11101010 111011 101110

Color Harmonies of #303EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303EBA

Black with #303EBA

Text Example


Text Example

White with #303EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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