Html Css Color HEX #338CDD Curious Blue

📋 copy color: '#338CDD'

red 51 ◦ green 140 ◦ blue 221

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

Shades of Curious Blue #338CDD

Tints of Curious Blue #338CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 12.38%
G = 33.98%
B = 53.64%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#338CDD (or 0x338CDD) is known color: Curious Blue. HEX triplet: 33, 8C and DD. RGB value is (51,140,221). Sum of RGB (Red+Green+Blue) = 51+140+221=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #338CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CDD is #CC7322. Grayscale: #7A7A7A. Windows color (decimal): -13398819 or 14519347. OLE color: 14519347.

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

Color convert

RGB 51 140 221 -
CMYK 0.77 0.37 0 0.13
HSL 208.59º 0.71% 0.53% -
HSV(B) 208.59º 0.77% 0.87% -
XYZ 23.79 24.68 71.92 -
YUV 122.62 183.51 76.91 -
System Red Green Blue C M Y K H S L
Decimal 51 140 221 0.77 0.37 0 0.13 208.59 0.71 0.53
Hex 33 8C DD 4D 25 0 D D1 47 35
Octal 63 214 335 115 45 0 15 321 107 65
Binary 110011 10001100 11011101 1001101 100101 0 1101 11010001 1000111 110101

Color Harmonies of #338CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CDD

Black with #338CDD

Text Example


Text Example

White with #338CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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