Html Css Color HEX #338BCD Curious Blue

📋 copy color: '#338BCD'

red 51 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #338BCD

Tints of Curious Blue #338BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 12.91%
G = 35.19%
B = 51.9%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#338BCD (or 0x338BCD) is known color: Curious Blue. HEX triplet: 33, 8B and CD. RGB value is (51,139,205). Sum of RGB (Red+Green+Blue) = 51+139+205=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #338BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BCD is #CC7432. Grayscale: #777777. Windows color (decimal): -13399091 or 13470515. OLE color: 13470515.

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

Color convert

RGB 51 139 205 -
CMYK 0.75 0.32 0 0.20
HSL 205.71º 0.61% 0.5% -
HSV(B) 205.71º 0.75% 0.8% -
XYZ 21.62 23.58 61.17 -
YUV 120.21 175.85 78.63 -
System Red Green Blue C M Y K H S L
Decimal 51 139 205 0.75 0.32 0 0.20 205.71 0.61 0.5
Hex 33 8B CD 4B 20 0 14 CE 3D 32
Octal 63 213 315 113 40 0 24 316 75 62
Binary 110011 10001011 11001101 1001011 100000 0 10100 11001110 111101 110010

Color Harmonies of #338BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BCD

Black with #338BCD

Text Example


Text Example

White with #338BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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