Html Css Color HEX #338FCC Curious Blue

📋 copy color: '#338FCC'

red 51 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #338FCC

Tints of Curious Blue #338FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 12.81%
G = 35.93%
B = 51.26%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#338FCC (or 0x338FCC) is known color: Curious Blue. HEX triplet: 33, 8F and CC. RGB value is (51,143,204). Sum of RGB (Red+Green+Blue) = 51+143+204=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #338FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FCC is #CC7033. Grayscale: #7A7A7A. Windows color (decimal): -13398068 or 13406003. OLE color: 13406003.

HSL color Cylindrical-coordinate representation of color #338FCC: hue angle of 203.92º 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 #338FCC is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 143 204 -
CMYK 0.75 0.30 0 0.2
HSL 203.92º 0.6% 0.5% -
HSV(B) 203.92º 0.75% 0.8% -
XYZ 22.09 24.71 60.73 -
YUV 122.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 51 143 204 0.75 0.30 0 0.2 203.92 0.6 0.5
Hex 33 8F CC 4B 1E 0 14 CC 3C 32
Octal 63 217 314 113 36 0 24 314 74 62
Binary 110011 10001111 11001100 1001011 11110 0 10100 11001100 111100 110010

Color Harmonies of #338FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FCC

Black with #338FCC

Text Example


Text Example

White with #338FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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