Html Css Color HEX #3398CC Curious Blue

📋 copy color: '#3398CC'

red 51 ◦ green 152 ◦ blue 204

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

Shades of Curious Blue #3398CC

Tints of Curious Blue #3398CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 12.53%
G = 37.35%
B = 50.12%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3398CC (or 0x3398CC) is known color: Curious Blue. HEX triplet: 33, 98 and CC. RGB value is (51,152,204). Sum of RGB (Red+Green+Blue) = 51+152+204=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3398CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3398CC is #CC6733. Grayscale: #7F7F7F. Windows color (decimal): -13395764 or 13408307. OLE color: 13408307.

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

Color convert

RGB 51 152 204 -
CMYK 0.75 0.25 0 0.2
HSL 200.39º 0.6% 0.5% -
HSV(B) 200.39º 0.75% 0.8% -
XYZ 23.49 27.52 61.2 -
YUV 127.73 171.04 73.27 -
System Red Green Blue C M Y K H S L
Decimal 51 152 204 0.75 0.25 0 0.2 200.39 0.6 0.5
Hex 33 98 CC 4B 19 0 14 C8 3C 32
Octal 63 230 314 113 31 0 24 310 74 62
Binary 110011 10011000 11001100 1001011 11001 0 10100 11001000 111100 110010

Color Harmonies of #3398CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3398CC

Black with #3398CC

Text Example


Text Example

White with #3398CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3398CC; }

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

 H1.HeaderClassName
 {
   color: #3398CC;
 }
 .AnyTagClassName
 {
   color: #3398CC;
 }
</style>

background-color css

<style>
 a { background-color: #3398CC; }

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

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

border-color css

<style>
 span { border-color: #3398CC; }

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

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