Html Css Color HEX #338FBA Curious Blue

📋 copy color: '#338FBA'

red 51 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #338FBA

Tints of Curious Blue #338FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 13.42%
G = 37.63%
B = 48.95%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#338FBA (or 0x338FBA) is known color: Curious Blue. HEX triplet: 33, 8F and BA. RGB value is (51,143,186). Sum of RGB (Red+Green+Blue) = 51+143+186=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #338FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FBA is #CC7045. Grayscale: #787878. Windows color (decimal): -13398086 or 12226355. OLE color: 12226355.

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

Color convert

RGB 51 143 186 -
CMYK 0.73 0.23 0 0.27
HSL 199.11º 0.57% 0.46% -
HSV(B) 199.11º 0.73% 0.73% -
XYZ 20.05 23.89 50.01 -
YUV 120.39 165.02 78.5 -
System Red Green Blue C M Y K H S L
Decimal 51 143 186 0.73 0.23 0 0.27 199.11 0.57 0.46
Hex 33 8F BA 49 17 0 1B C7 39 2E
Octal 63 217 272 111 27 0 33 307 71 56
Binary 110011 10001111 10111010 1001001 10111 0 11011 11000111 111001 101110

Color Harmonies of #338FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FBA

Black with #338FBA

Text Example


Text Example

White with #338FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,143,186); }

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

background-color css

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

 a { background-color: rgb(51,143,186); }

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

border-color css

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

 span { border-color: rgb(51,143,186); }

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