Html Css Color HEX #338DBB Curious Blue

📋 copy color: '#338DBB'

red 51 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #338DBB

Tints of Curious Blue #338DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 13.46%
G = 37.2%
B = 49.34%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#338DBB (or 0x338DBB) is known color: Curious Blue. HEX triplet: 33, 8D and BB. RGB value is (51,141,187). Sum of RGB (Red+Green+Blue) = 51+141+187=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #338DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DBB is #CC7244. Grayscale: #777777. Windows color (decimal): -13398597 or 12291379. OLE color: 12291379.

HSL color Cylindrical-coordinate representation of color #338DBB: hue angle of 200.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338DBB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 141 187 -
CMYK 0.73 0.25 0 0.27
HSL 200.29º 0.57% 0.47% -
HSV(B) 200.29º 0.73% 0.73% -
XYZ 19.86 23.34 50.47 -
YUV 119.33 166.18 79.26 -
System Red Green Blue C M Y K H S L
Decimal 51 141 187 0.73 0.25 0 0.27 200.29 0.57 0.47
Hex 33 8D BB 49 19 0 1B C8 39 2F
Octal 63 215 273 111 31 0 33 310 71 57
Binary 110011 10001101 10111011 1001001 11001 0 11011 11001000 111001 101111

Color Harmonies of #338DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DBB

Black with #338DBB

Text Example


Text Example

White with #338DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,141,187); }

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

background-color css

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

 a { background-color: rgb(51,141,187); }

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

border-color css

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

 span { border-color: rgb(51,141,187); }

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