Html Css Color HEX #338DB6 Curious Blue

📋 copy color: '#338DB6'

red 51 ◦ green 141 ◦ blue 182

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

Shades of Curious Blue #338DB6

Tints of Curious Blue #338DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.66%

R = 13.64%
G = 37.7%
B = 48.66%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#338DB6 (or 0x338DB6) is known color: Curious Blue. HEX triplet: 33, 8D and B6. RGB value is (51,141,182). Sum of RGB (Red+Green+Blue) = 51+141+182=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #338DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DB6 is #CC7249. Grayscale: #767676. Windows color (decimal): -13398602 or 11963699. OLE color: 11963699.

HSL color Cylindrical-coordinate representation of color #338DB6: hue angle of 198.78º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338DB6 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 141 182 -
CMYK 0.72 0.23 0 0.29
HSL 198.78º 0.56% 0.46% -
HSV(B) 198.78º 0.72% 0.71% -
XYZ 19.33 23.13 47.7 -
YUV 118.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 51 141 182 0.72 0.23 0 0.29 198.78 0.56 0.46
Hex 33 8D B6 48 17 0 1D C7 38 2E
Octal 63 215 266 110 27 0 35 307 70 56
Binary 110011 10001101 10110110 1001000 10111 0 11101 11000111 111000 101110

Color Harmonies of #338DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DB6

Black with #338DB6

Text Example


Text Example

White with #338DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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