Html Css Color HEX #336DBC Curious Blue

📋 copy color: '#336DBC'

red 51 ◦ green 109 ◦ blue 188

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

Shades of Curious Blue #336DBC

Tints of Curious Blue #336DBC

RGB

 RED value IS 51 (20.31% from 255) = 14.66%

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 14.66%
G = 31.32%
B = 54.02%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#336DBC (or 0x336DBC) is known color: Curious Blue. HEX triplet: 33, 6D and BC. RGB value is (51,109,188). Sum of RGB (Red+Green+Blue) = 51+109+188=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #336DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DBC is #CC9243. Grayscale: #646464. Windows color (decimal): -13406788 or 12348723. OLE color: 12348723.

HSL color Cylindrical-coordinate representation of color #336DBC: hue angle of 214.6º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336DBC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 109 188 -
CMYK 0.73 0.42 0 0.26
HSL 214.6º 0.57% 0.47% -
HSV(B) 214.6º 0.73% 0.74% -
XYZ 15.91 15.27 49.69 -
YUV 100.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 51 109 188 0.73 0.42 0 0.26 214.6 0.57 0.47
Hex 33 6D BC 49 2A 0 1A D7 39 2F
Octal 63 155 274 111 52 0 32 327 71 57
Binary 110011 1101101 10111100 1001001 101010 0 11010 11010111 111001 101111

Color Harmonies of #336DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336DBC

Black with #336DBC

Text Example


Text Example

White with #336DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336DBC; }

 p { color: rgb(51,109,188); }

 H1.HeaderClassName
 {
   color: #336DBC;
 }
 .AnyTagClassName
 {
   color: #336DBC;
 }
</style>

background-color css

<style>
 a { background-color: #336DBC; }

 a { background-color: rgb(51,109,188); }

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

border-color css

<style>
 span { border-color: #336DBC; }

 span { border-color: rgb(51,109,188); }

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