Html Css Color HEX #338FBB Curious Blue

📋 copy color: '#338FBB'

red 51 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #338FBB

Tints of Curious Blue #338FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 13.39%
G = 37.53%
B = 49.08%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#338FBB (or 0x338FBB) is known color: Curious Blue. HEX triplet: 33, 8F and BB. RGB value is (51,143,187). Sum of RGB (Red+Green+Blue) = 51+143+187=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #338FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FBB is #CC7044. Grayscale: #787878. Windows color (decimal): -13398085 or 12291891. OLE color: 12291891.

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

Color convert

RGB 51 143 187 -
CMYK 0.73 0.24 0 0.27
HSL 199.41º 0.57% 0.47% -
HSV(B) 199.41º 0.73% 0.73% -
XYZ 20.16 23.94 50.57 -
YUV 120.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 51 143 187 0.73 0.24 0 0.27 199.41 0.57 0.47
Hex 33 8F BB 49 18 0 1B C7 39 2F
Octal 63 217 273 111 30 0 33 307 71 57
Binary 110011 10001111 10111011 1001001 11000 0 11011 11000111 111001 101111

Color Harmonies of #338FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FBB

Black with #338FBB

Text Example


Text Example

White with #338FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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