Html Css Color HEX #303ABB Persian Blue

📋 copy color: '#303ABB'

red 48 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #303ABB

Tints of Persian Blue #303ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 16.38%
G = 19.8%
B = 63.82%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#303ABB (or 0x303ABB) is known color: Persian Blue. HEX triplet: 30, 3A and BB. RGB value is (48,58,187). Sum of RGB (Red+Green+Blue) = 48+58+187=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #303ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ABB is #CFC544. Grayscale: #454545. Windows color (decimal): -13616453 or 12270128. OLE color: 12270128.

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

Color convert

RGB 48 58 187 -
CMYK 0.74 0.69 0 0.27
HSL 235.68º 0.59% 0.46% -
HSV(B) 235.68º 0.74% 0.73% -
XYZ 11.7 7.24 47.79 -
YUV 69.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 48 58 187 0.74 0.69 0 0.27 235.68 0.59 0.46
Hex 30 3A BB 4A 45 0 1B EC 3B 2E
Octal 60 72 273 112 105 0 33 354 73 56
Binary 110000 111010 10111011 1001010 1000101 0 11011 11101100 111011 101110

Color Harmonies of #303ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ABB

Black with #303ABB

Text Example


Text Example

White with #303ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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