Html Css Color HEX #303BBB Persian Blue

📋 copy color: '#303BBB'

red 48 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #303BBB

Tints of Persian Blue #303BBB

RGB

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

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

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

R = 16.33%
G = 20.07%
B = 63.61%

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

#303BBB (or 0x303BBB) is known color: Persian Blue. HEX triplet: 30, 3B and BB. RGB value is (48,59,187). Sum of RGB (Red+Green+Blue) = 48+59+187=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #303BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BBB is #CFC444. Grayscale: #454545. Windows color (decimal): -13616197 or 12270384. OLE color: 12270384.

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

Color convert

RGB 48 59 187 -
CMYK 0.74 0.68 0 0.27
HSL 235.25º 0.59% 0.46% -
HSV(B) 235.25º 0.74% 0.73% -
XYZ 11.75 7.34 47.81 -
YUV 70.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 48 59 187 0.74 0.68 0 0.27 235.25 0.59 0.46
Hex 30 3B BB 4A 44 0 1B EB 3B 2E
Octal 60 73 273 112 104 0 33 353 73 56
Binary 110000 111011 10111011 1001010 1000100 0 11011 11101011 111011 101110

Color Harmonies of #303BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BBB

Black with #303BBB

Text Example


Text Example

White with #303BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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