Html Css Color HEX #336FBB Curious Blue

📋 copy color: '#336FBB'

red 51 ◦ green 111 ◦ blue 187

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

Shades of Curious Blue #336FBB

Tints of Curious Blue #336FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

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

R = 14.61%
G = 31.81%
B = 53.58%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336FBB (or 0x336FBB) is known color: Curious Blue. HEX triplet: 33, 6F and BB. RGB value is (51,111,187). Sum of RGB (Red+Green+Blue) = 51+111+187=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #336FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FBB is #CC9044. Grayscale: #656565. Windows color (decimal): -13406277 or 12283699. OLE color: 12283699.

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

Color convert

RGB 51 111 187 -
CMYK 0.73 0.41 0 0.27
HSL 213.53º 0.57% 0.47% -
HSV(B) 213.53º 0.73% 0.73% -
XYZ 16.02 15.66 49.19 -
YUV 101.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 51 111 187 0.73 0.41 0 0.27 213.53 0.57 0.47
Hex 33 6F BB 49 29 0 1B D6 39 2F
Octal 63 157 273 111 51 0 33 326 71 57
Binary 110011 1101111 10111011 1001001 101001 0 11011 11010110 111001 101111

Color Harmonies of #336FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FBB

Black with #336FBB

Text Example


Text Example

White with #336FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,111,187); }

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

background-color css

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

 a { background-color: rgb(51,111,187); }

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

border-color css

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

 span { border-color: rgb(51,111,187); }

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