Html Css Color HEX #303EBD Persian Blue

📋 copy color: '#303EBD'

red 48 ◦ green 62 ◦ blue 189

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

Shades of Persian Blue #303EBD

Tints of Persian Blue #303EBD

RGB

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

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

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

R = 16.05%
G = 20.74%
B = 63.21%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#303EBD (or 0x303EBD) is known color: Persian Blue. HEX triplet: 30, 3E and BD. RGB value is (48,62,189). Sum of RGB (Red+Green+Blue) = 48+62+189=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #303EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303EBD is #CFC142. Grayscale: #474747. Windows color (decimal): -13615427 or 12402224. OLE color: 12402224.

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

Color convert

RGB 48 62 189 -
CMYK 0.75 0.67 0 0.26
HSL 234.04º 0.59% 0.46% -
HSV(B) 234.04º 0.75% 0.74% -
XYZ 12.13 7.75 49 -
YUV 72.29 193.86 110.67 -
System Red Green Blue C M Y K H S L
Decimal 48 62 189 0.75 0.67 0 0.26 234.04 0.59 0.46
Hex 30 3E BD 4B 43 0 1A EA 3B 2E
Octal 60 76 275 113 103 0 32 352 73 56
Binary 110000 111110 10111101 1001011 1000011 0 11010 11101010 111011 101110

Color Harmonies of #303EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303EBD

Black with #303EBD

Text Example


Text Example

White with #303EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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