Html Css Color HEX #303CBB Persian Blue

📋 copy color: '#303CBB'

red 48 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #303CBB

Tints of Persian Blue #303CBB

RGB

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

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

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

R = 16.27%
G = 20.34%
B = 63.39%

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

#303CBB (or 0x303CBB) is known color: Persian Blue. HEX triplet: 30, 3C and BB. RGB value is (48,60,187). Sum of RGB (Red+Green+Blue) = 48+60+187=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #303CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CBB is #CFC344. Grayscale: #464646. Windows color (decimal): -13615941 or 12270640. OLE color: 12270640.

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

Color convert

RGB 48 60 187 -
CMYK 0.74 0.68 0 0.27
HSL 234.82º 0.59% 0.46% -
HSV(B) 234.82º 0.74% 0.73% -
XYZ 11.8 7.45 47.83 -
YUV 70.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 48 60 187 0.74 0.68 0 0.27 234.82 0.59 0.46
Hex 30 3C BB 4A 44 0 1B EB 3B 2E
Octal 60 74 273 112 104 0 33 353 73 56
Binary 110000 111100 10111011 1001010 1000100 0 11011 11101011 111011 101110

Color Harmonies of #303CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CBB

Black with #303CBB

Text Example


Text Example

White with #303CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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