Html Css Color HEX #338BBC Curious Blue

📋 copy color: '#338BBC'

red 51 ◦ green 139 ◦ blue 188

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

Shades of Curious Blue #338BBC

Tints of Curious Blue #338BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 13.49%
G = 36.77%
B = 49.74%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#338BBC (or 0x338BBC) is known color: Curious Blue. HEX triplet: 33, 8B and BC. RGB value is (51,139,188). Sum of RGB (Red+Green+Blue) = 51+139+188=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #338BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BBC is #CC7443. Grayscale: #757575. Windows color (decimal): -13399108 or 12356403. OLE color: 12356403.

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

Color convert

RGB 51 139 188 -
CMYK 0.73 0.26 0 0.26
HSL 201.46º 0.57% 0.47% -
HSV(B) 201.46º 0.73% 0.74% -
XYZ 19.67 22.8 50.94 -
YUV 118.27 167.35 80.02 -
System Red Green Blue C M Y K H S L
Decimal 51 139 188 0.73 0.26 0 0.26 201.46 0.57 0.47
Hex 33 8B BC 49 1A 0 1A C9 39 2F
Octal 63 213 274 111 32 0 32 311 71 57
Binary 110011 10001011 10111100 1001001 11010 0 11010 11001001 111001 101111

Color Harmonies of #338BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BBC

Black with #338BBC

Text Example


Text Example

White with #338BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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