Html Css Color HEX #338DB4 Curious Blue

📋 copy color: '#338DB4'

red 51 ◦ green 141 ◦ blue 180

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

Shades of Curious Blue #338DB4

Tints of Curious Blue #338DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.39%

R = 13.71%
G = 37.9%
B = 48.39%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#338DB4 (or 0x338DB4) is known color: Curious Blue. HEX triplet: 33, 8D and B4. RGB value is (51,141,180). Sum of RGB (Red+Green+Blue) = 51+141+180=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #338DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DB4 is #CC724B. Grayscale: #767676. Windows color (decimal): -13398604 or 11832627. OLE color: 11832627.

HSL color Cylindrical-coordinate representation of color #338DB4: hue angle of 198.14º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338DB4 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 141 180 -
CMYK 0.72 0.22 0 0.29
HSL 198.14º 0.56% 0.45% -
HSV(B) 198.14º 0.72% 0.71% -
XYZ 19.13 23.05 46.62 -
YUV 118.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 51 141 180 0.72 0.22 0 0.29 198.14 0.56 0.45
Hex 33 8D B4 48 16 0 1D C6 38 2D
Octal 63 215 264 110 26 0 35 306 70 55
Binary 110011 10001101 10110100 1001000 10110 0 11101 11000110 111000 101101

Color Harmonies of #338DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DB4

Black with #338DB4

Text Example


Text Example

White with #338DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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