Html Css Color HEX #338CD2 Curious Blue

📋 copy color: '#338CD2'

red 51 ◦ green 140 ◦ blue 210

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

Shades of Curious Blue #338CD2

Tints of Curious Blue #338CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.37%

R = 12.72%
G = 34.91%
B = 52.37%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#338CD2 (or 0x338CD2) is known color: Curious Blue. HEX triplet: 33, 8C and D2. RGB value is (51,140,210). Sum of RGB (Red+Green+Blue) = 51+140+210=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #338CD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CD2 is #CC732D. Grayscale: #797979. Windows color (decimal): -13398830 or 13798451. OLE color: 13798451.

HSL color Cylindrical-coordinate representation of color #338CD2: hue angle of 206.42º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338CD2 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 140 210 -
CMYK 0.76 0.33 0 0.18
HSL 206.42º 0.64% 0.51% -
HSV(B) 206.42º 0.76% 0.82% -
XYZ 22.38 24.11 64.45 -
YUV 121.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 51 140 210 0.76 0.33 0 0.18 206.42 0.64 0.51
Hex 33 8C D2 4C 21 0 12 CE 40 33
Octal 63 214 322 114 41 0 22 316 100 63
Binary 110011 10001100 11010010 1001100 100001 0 10010 11001110 1000000 110011

Color Harmonies of #338CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CD2

Black with #338CD2

Text Example


Text Example

White with #338CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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