Html Css Color HEX #338CD1 Curious Blue

📋 copy color: '#338CD1'

red 51 ◦ green 140 ◦ blue 209

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

Shades of Curious Blue #338CD1

Tints of Curious Blue #338CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 12.75%
G = 35%
B = 52.25%

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

#338CD1 (or 0x338CD1) is known color: Curious Blue. HEX triplet: 33, 8C and D1. RGB value is (51,140,209). Sum of RGB (Red+Green+Blue) = 51+140+209=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #338CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CD1 is #CC732E. Grayscale: #787878. Windows color (decimal): -13398831 or 13732915. OLE color: 13732915.

HSL color Cylindrical-coordinate representation of color #338CD1: hue angle of 206.2º degrees, saturation: 0.63, 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 #338CD1 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 140 209 -
CMYK 0.76 0.33 0 0.18
HSL 206.2º 0.63% 0.51% -
HSV(B) 206.2º 0.76% 0.82% -
XYZ 22.25 24.06 63.79 -
YUV 121.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 51 140 209 0.76 0.33 0 0.18 206.2 0.63 0.51
Hex 33 8C D1 4C 21 0 12 CE 3F 33
Octal 63 214 321 114 41 0 22 316 77 63
Binary 110011 10001100 11010001 1001100 100001 0 10010 11001110 111111 110011

Color Harmonies of #338CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CD1

Black with #338CD1

Text Example


Text Example

White with #338CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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