Html Css Color HEX #338BCE Curious Blue

📋 copy color: '#338BCE'

red 51 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #338BCE

Tints of Curious Blue #338BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 12.88%
G = 35.1%
B = 52.02%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#338BCE (or 0x338BCE) is known color: Curious Blue. HEX triplet: 33, 8B and CE. RGB value is (51,139,206). Sum of RGB (Red+Green+Blue) = 51+139+206=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #338BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BCE is #CC7431. Grayscale: #777777. Windows color (decimal): -13399090 or 13536051. OLE color: 13536051.

HSL color Cylindrical-coordinate representation of color #338BCE: hue angle of 205.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338BCE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 139 206 -
CMYK 0.75 0.33 0 0.19
HSL 205.94º 0.61% 0.5% -
HSV(B) 205.94º 0.75% 0.81% -
XYZ 21.74 23.63 61.81 -
YUV 120.33 176.35 78.55 -
System Red Green Blue C M Y K H S L
Decimal 51 139 206 0.75 0.33 0 0.19 205.94 0.61 0.5
Hex 33 8B CE 4B 21 0 13 CE 3D 32
Octal 63 213 316 113 41 0 23 316 75 62
Binary 110011 10001011 11001110 1001011 100001 0 10011 11001110 111101 110010

Color Harmonies of #338BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BCE

Black with #338BCE

Text Example


Text Example

White with #338BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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