Html Css Color HEX #338DDB Curious Blue

📋 copy color: '#338DDB'

red 51 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #338DDB

Tints of Curious Blue #338DDB

RGB

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

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

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

R = 12.41%
G = 34.31%
B = 53.28%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#338DDB (or 0x338DDB) is known color: Curious Blue. HEX triplet: 33, 8D and DB. RGB value is (51,141,219). Sum of RGB (Red+Green+Blue) = 51+141+219=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #338DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DDB is #CC7224. Grayscale: #7A7A7A. Windows color (decimal): -13398565 or 14388531. OLE color: 14388531.

HSL color Cylindrical-coordinate representation of color #338DDB: hue angle of 207.86º 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 #338DDB is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 141 219 -
CMYK 0.77 0.36 0 0.14
HSL 207.86º 0.7% 0.53% -
HSV(B) 207.86º 0.77% 0.86% -
XYZ 23.68 24.87 70.57 -
YUV 122.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 51 141 219 0.77 0.36 0 0.14 207.86 0.7 0.53
Hex 33 8D DB 4D 24 0 E D0 46 35
Octal 63 215 333 115 44 0 16 320 106 65
Binary 110011 10001101 11011011 1001101 100100 0 1110 11010000 1000110 110101

Color Harmonies of #338DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DDB

Black with #338DDB

Text Example


Text Example

White with #338DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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