Html Css Color HEX #338ACE Curious Blue

📋 copy color: '#338ACE'

red 51 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #338ACE

Tints of Curious Blue #338ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 12.91%
G = 34.94%
B = 52.15%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#338ACE (or 0x338ACE) is known color: Curious Blue. HEX triplet: 33, 8A and CE. RGB value is (51,138,206). Sum of RGB (Red+Green+Blue) = 51+138+206=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #338ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ACE is #CC7531. Grayscale: #777777. Windows color (decimal): -13399346 or 13535795. OLE color: 13535795.

HSL color Cylindrical-coordinate representation of color #338ACE: hue angle of 206.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338ACE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 138 206 -
CMYK 0.75 0.33 0 0.19
HSL 206.32º 0.61% 0.5% -
HSV(B) 206.32º 0.75% 0.81% -
XYZ 21.59 23.34 61.76 -
YUV 119.74 176.68 78.97 -
System Red Green Blue C M Y K H S L
Decimal 51 138 206 0.75 0.33 0 0.19 206.32 0.61 0.5
Hex 33 8A CE 4B 21 0 13 CE 3D 32
Octal 63 212 316 113 41 0 23 316 75 62
Binary 110011 10001010 11001110 1001011 100001 0 10011 11001110 111101 110010

Color Harmonies of #338ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ACE

Black with #338ACE

Text Example


Text Example

White with #338ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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