Html Css Color HEX #338BBA Curious Blue

📋 copy color: '#338BBA'

red 51 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #338BBA

Tints of Curious Blue #338BBA

RGB

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

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

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

R = 13.56%
G = 36.97%
B = 49.47%

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

#338BBA (or 0x338BBA) is known color: Curious Blue. HEX triplet: 33, 8B and BA. RGB value is (51,139,186). Sum of RGB (Red+Green+Blue) = 51+139+186=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #338BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BBA is #CC7445. Grayscale: #757575. Windows color (decimal): -13399110 or 12225331. OLE color: 12225331.

HSL color Cylindrical-coordinate representation of color #338BBA: hue angle of 200.89º 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 #338BBA is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 139 186 -
CMYK 0.73 0.25 0 0.27
HSL 200.89º 0.57% 0.46% -
HSV(B) 200.89º 0.73% 0.73% -
XYZ 19.46 22.71 49.81 -
YUV 118.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 51 139 186 0.73 0.25 0 0.27 200.89 0.57 0.46
Hex 33 8B BA 49 19 0 1B C9 39 2E
Octal 63 213 272 111 31 0 33 311 71 56
Binary 110011 10001011 10111010 1001001 11001 0 11011 11001001 111001 101110

Color Harmonies of #338BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BBA

Black with #338BBA

Text Example


Text Example

White with #338BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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