Html Css Color HEX #338CDC Curious Blue

📋 copy color: '#338CDC'

red 51 ◦ green 140 ◦ blue 220

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

Shades of Curious Blue #338CDC

Tints of Curious Blue #338CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 12.41%
G = 34.06%
B = 53.53%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#338CDC (or 0x338CDC) is known color: Curious Blue. HEX triplet: 33, 8C and DC. RGB value is (51,140,220). Sum of RGB (Red+Green+Blue) = 51+140+220=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #338CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CDC is #CC7323. Grayscale: #7A7A7A. Windows color (decimal): -13398820 or 14453811. OLE color: 14453811.

HSL color Cylindrical-coordinate representation of color #338CDC: hue angle of 208.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338CDC is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 140 220 -
CMYK 0.77 0.36 0 0.14
HSL 208.4º 0.71% 0.53% -
HSV(B) 208.4º 0.77% 0.86% -
XYZ 23.66 24.63 71.22 -
YUV 122.51 183.01 77 -
System Red Green Blue C M Y K H S L
Decimal 51 140 220 0.77 0.36 0 0.14 208.4 0.71 0.53
Hex 33 8C DC 4D 24 0 E D0 47 35
Octal 63 214 334 115 44 0 16 320 107 65
Binary 110011 10001100 11011100 1001101 100100 0 1110 11010000 1000111 110101

Color Harmonies of #338CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CDC

Black with #338CDC

Text Example


Text Example

White with #338CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,140,220); }

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

background-color css

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

 a { background-color: rgb(51,140,220); }

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

border-color css

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

 span { border-color: rgb(51,140,220); }

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