Html Css Color HEX #338ADB Curious Blue

📋 copy color: '#338ADB'

red 51 ◦ green 138 ◦ blue 219

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

Shades of Curious Blue #338ADB

Tints of Curious Blue #338ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 12.5%
G = 33.82%
B = 53.68%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#338ADB (or 0x338ADB) is known color: Curious Blue. HEX triplet: 33, 8A and DB. RGB value is (51,138,219). Sum of RGB (Red+Green+Blue) = 51+138+219=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #338ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ADB is #CC7524. Grayscale: #787878. Windows color (decimal): -13399333 or 14387763. OLE color: 14387763.

HSL color Cylindrical-coordinate representation of color #338ADB: hue angle of 208.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338ADB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 138 219 -
CMYK 0.77 0.37 0 0.14
HSL 208.93º 0.7% 0.53% -
HSV(B) 208.93º 0.77% 0.86% -
XYZ 23.24 24 70.42 -
YUV 121.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 51 138 219 0.77 0.37 0 0.14 208.93 0.7 0.53
Hex 33 8A DB 4D 25 0 E D1 46 35
Octal 63 212 333 115 45 0 16 321 106 65
Binary 110011 10001010 11011011 1001101 100101 0 1110 11010001 1000110 110101

Color Harmonies of #338ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ADB

Black with #338ADB

Text Example


Text Example

White with #338ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,138,219); }

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

background-color css

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

 a { background-color: rgb(51,138,219); }

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

border-color css

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

 span { border-color: rgb(51,138,219); }

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