Html Css Color HEX #338BCC Curious Blue

📋 copy color: '#338BCC'

red 51 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #338BCC

Tints of Curious Blue #338BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

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

R = 12.94%
G = 35.28%
B = 51.78%

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

#338BCC (or 0x338BCC) is known color: Curious Blue. HEX triplet: 33, 8B and CC. RGB value is (51,139,204). Sum of RGB (Red+Green+Blue) = 51+139+204=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #338BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BCC is #CC7433. Grayscale: #777777. Windows color (decimal): -13399092 or 13404979. OLE color: 13404979.

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

Color convert

RGB 51 139 204 -
CMYK 0.75 0.32 0 0.2
HSL 205.49º 0.6% 0.5% -
HSV(B) 205.49º 0.75% 0.8% -
XYZ 21.5 23.53 60.54 -
YUV 120.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 51 139 204 0.75 0.32 0 0.2 205.49 0.6 0.5
Hex 33 8B CC 4B 20 0 14 CD 3C 32
Octal 63 213 314 113 40 0 24 315 74 62
Binary 110011 10001011 11001100 1001011 100000 0 10100 11001101 111100 110010

Color Harmonies of #338BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BCC

Black with #338BCC

Text Example


Text Example

White with #338BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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