Html Css Color HEX #338ACC Curious Blue

📋 copy color: '#338ACC'

red 51 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #338ACC

Tints of Curious Blue #338ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 12.98%
G = 35.11%
B = 51.91%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#338ACC (or 0x338ACC) is known color: Curious Blue. HEX triplet: 33, 8A and CC. RGB value is (51,138,204). Sum of RGB (Red+Green+Blue) = 51+138+204=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #338ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ACC is #CC7533. Grayscale: #777777. Windows color (decimal): -13399348 or 13404723. OLE color: 13404723.

HSL color Cylindrical-coordinate representation of color #338ACC: hue angle of 205.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338ACC is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 138 204 -
CMYK 0.75 0.32 0 0.2
HSL 205.88º 0.6% 0.5% -
HSV(B) 205.88º 0.75% 0.8% -
XYZ 21.35 23.24 60.49 -
YUV 119.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 51 138 204 0.75 0.32 0 0.2 205.88 0.6 0.5
Hex 33 8A CC 4B 20 0 14 CE 3C 32
Octal 63 212 314 113 40 0 24 316 74 62
Binary 110011 10001010 11001100 1001011 100000 0 10100 11001110 111100 110010

Color Harmonies of #338ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ACC

Black with #338ACC

Text Example


Text Example

White with #338ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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