Html Css Color HEX #303FBB Persian Blue

📋 copy color: '#303FBB'

red 48 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #303FBB

Tints of Persian Blue #303FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 16.11%
G = 21.14%
B = 62.75%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#303FBB (or 0x303FBB) is known color: Persian Blue. HEX triplet: 30, 3F and BB. RGB value is (48,63,187). Sum of RGB (Red+Green+Blue) = 48+63+187=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #303FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FBB is #CFC044. Grayscale: #484848. Windows color (decimal): -13615173 or 12271408. OLE color: 12271408.

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

Color convert

RGB 48 63 187 -
CMYK 0.74 0.66 0 0.27
HSL 233.53º 0.59% 0.46% -
HSV(B) 233.53º 0.74% 0.73% -
XYZ 11.97 7.77 47.88 -
YUV 72.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 48 63 187 0.74 0.66 0 0.27 233.53 0.59 0.46
Hex 30 3F BB 4A 42 0 1B EA 3B 2E
Octal 60 77 273 112 102 0 33 352 73 56
Binary 110000 111111 10111011 1001010 1000010 0 11011 11101010 111011 101110

Color Harmonies of #303FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FBB

Black with #303FBB

Text Example


Text Example

White with #303FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,187); }

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

background-color css

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

 a { background-color: rgb(48,63,187); }

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

border-color css

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

 span { border-color: rgb(48,63,187); }

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