Html Css Color HEX #3036BC Persian Blue

📋 copy color: '#3036BC'

red 48 ◦ green 54 ◦ blue 188

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

Shades of Persian Blue #3036BC

Tints of Persian Blue #3036BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

 BLUE value IS 188 (73.83% from 255) = 64.83%

R = 16.55%
G = 18.62%
B = 64.83%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3036BC (or 0x3036BC) is known color: Persian Blue. HEX triplet: 30, 36 and BC. RGB value is (48,54,188). Sum of RGB (Red+Green+Blue) = 48+54+188=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #3036BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3036BC is #CFC943. Grayscale: #424242. Windows color (decimal): -13617476 or 12334640. OLE color: 12334640.

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

Color convert

RGB 48 54 188 -
CMYK 0.74 0.71 0 0.26
HSL 237.43º 0.59% 0.46% -
HSV(B) 237.43º 0.74% 0.74% -
XYZ 11.62 6.9 48.3 -
YUV 67.48 196.01 114.1 -
System Red Green Blue C M Y K H S L
Decimal 48 54 188 0.74 0.71 0 0.26 237.43 0.59 0.46
Hex 30 36 BC 4A 47 0 1A ED 3B 2E
Octal 60 66 274 112 107 0 32 355 73 56
Binary 110000 110110 10111100 1001010 1000111 0 11010 11101101 111011 101110

Color Harmonies of #3036BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3036BC

Black with #3036BC

Text Example


Text Example

White with #3036BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3036BC; }

 p { color: rgb(48,54,188); }

 H1.HeaderClassName
 {
   color: #3036BC;
 }
 .AnyTagClassName
 {
   color: #3036BC;
 }
</style>

background-color css

<style>
 a { background-color: #3036BC; }

 a { background-color: rgb(48,54,188); }

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

border-color css

<style>
 span { border-color: #3036BC; }

 span { border-color: rgb(48,54,188); }

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