Html Css Color HEX #338CB3 Curious Blue

📋 copy color: '#338CB3'

red 51 ◦ green 140 ◦ blue 179

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

Shades of Curious Blue #338CB3

Tints of Curious Blue #338CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 13.78%
G = 37.84%
B = 48.38%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#338CB3 (or 0x338CB3) is known color: Curious Blue. HEX triplet: 33, 8C and B3. RGB value is (51,140,179). Sum of RGB (Red+Green+Blue) = 51+140+179=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #338CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CB3 is #CC734C. Grayscale: #757575. Windows color (decimal): -13398861 or 11766835. OLE color: 11766835.

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

Color convert

RGB 51 140 179 -
CMYK 0.72 0.22 0 0.30
HSL 198.28º 0.56% 0.45% -
HSV(B) 198.28º 0.72% 0.7% -
XYZ 18.88 22.71 46.04 -
YUV 117.84 162.51 80.33 -
System Red Green Blue C M Y K H S L
Decimal 51 140 179 0.72 0.22 0 0.30 198.28 0.56 0.45
Hex 33 8C B3 48 16 0 1E C6 38 2D
Octal 63 214 263 110 26 0 36 306 70 55
Binary 110011 10001100 10110011 1001000 10110 0 11110 11000110 111000 101101

Color Harmonies of #338CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CB3

Black with #338CB3

Text Example


Text Example

White with #338CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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