Html Css Color HEX #338DB8 Curious Blue

📋 copy color: '#338DB8'

red 51 ◦ green 141 ◦ blue 184

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

Shades of Curious Blue #338DB8

Tints of Curious Blue #338DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 13.56%
G = 37.5%
B = 48.94%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#338DB8 (or 0x338DB8) is known color: Curious Blue. HEX triplet: 33, 8D and B8. RGB value is (51,141,184). Sum of RGB (Red+Green+Blue) = 51+141+184=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #338DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DB8 is #CC7247. Grayscale: #767676. Windows color (decimal): -13398600 or 12094771. OLE color: 12094771.

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

Color convert

RGB 51 141 184 -
CMYK 0.72 0.23 0 0.28
HSL 199.4º 0.57% 0.46% -
HSV(B) 199.4º 0.72% 0.72% -
XYZ 19.54 23.21 48.8 -
YUV 118.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 51 141 184 0.72 0.23 0 0.28 199.4 0.57 0.46
Hex 33 8D B8 48 17 0 1C C7 39 2E
Octal 63 215 270 110 27 0 34 307 71 56
Binary 110011 10001101 10111000 1001000 10111 0 11100 11000111 111001 101110

Color Harmonies of #338DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DB8

Black with #338DB8

Text Example


Text Example

White with #338DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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