Html Css Color HEX #338DBC Curious Blue

📋 copy color: '#338DBC'

red 51 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #338DBC

Tints of Curious Blue #338DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 13.42%
G = 37.11%
B = 49.47%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#338DBC (or 0x338DBC) is known color: Curious Blue. HEX triplet: 33, 8D and BC. RGB value is (51,141,188). Sum of RGB (Red+Green+Blue) = 51+141+188=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #338DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DBC is #CC7243. Grayscale: #777777. Windows color (decimal): -13398596 or 12356915. OLE color: 12356915.

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

Color convert

RGB 51 141 188 -
CMYK 0.73 0.25 0 0.26
HSL 200.58º 0.57% 0.47% -
HSV(B) 200.58º 0.73% 0.74% -
XYZ 19.97 23.38 51.04 -
YUV 119.45 166.68 79.18 -
System Red Green Blue C M Y K H S L
Decimal 51 141 188 0.73 0.25 0 0.26 200.58 0.57 0.47
Hex 33 8D BC 49 19 0 1A C9 39 2F
Octal 63 215 274 111 31 0 32 311 71 57
Binary 110011 10001101 10111100 1001001 11001 0 11010 11001001 111001 101111

Color Harmonies of #338DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DBC

Black with #338DBC

Text Example


Text Example

White with #338DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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