Html Css Color HEX #338EBC Curious Blue

📋 copy color: '#338EBC'

red 51 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #338EBC

Tints of Curious Blue #338EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

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

R = 13.39%
G = 37.27%
B = 49.34%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#338EBC (or 0x338EBC) is known color: Curious Blue. HEX triplet: 33, 8E and BC. RGB value is (51,142,188). Sum of RGB (Red+Green+Blue) = 51+142+188=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #338EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EBC is #CC7143. Grayscale: #777777. Windows color (decimal): -13398340 or 12357171. OLE color: 12357171.

HSL color Cylindrical-coordinate representation of color #338EBC: hue angle of 200.15º 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 #338EBC is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 142 188 -
CMYK 0.73 0.24 0 0.26
HSL 200.15º 0.57% 0.47% -
HSV(B) 200.15º 0.73% 0.74% -
XYZ 20.12 23.68 51.09 -
YUV 120.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 51 142 188 0.73 0.24 0 0.26 200.15 0.57 0.47
Hex 33 8E BC 49 18 0 1A C8 39 2F
Octal 63 216 274 111 30 0 32 310 71 57
Binary 110011 10001110 10111100 1001001 11000 0 11010 11001000 111001 101111

Color Harmonies of #338EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EBC

Black with #338EBC

Text Example


Text Example

White with #338EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338EBC; }

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

 H1.HeaderClassName
 {
   color: #338EBC;
 }
 .AnyTagClassName
 {
   color: #338EBC;
 }
</style>

background-color css

<style>
 a { background-color: #338EBC; }

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

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

border-color css

<style>
 span { border-color: #338EBC; }

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

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