Html Css Color HEX #338ABB Curious Blue

📋 copy color: '#338ABB'

red 51 ◦ green 138 ◦ blue 187

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

Shades of Curious Blue #338ABB

Tints of Curious Blue #338ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 13.56%
G = 36.7%
B = 49.73%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#338ABB (or 0x338ABB) is known color: Curious Blue. HEX triplet: 33, 8A and BB. RGB value is (51,138,187). Sum of RGB (Red+Green+Blue) = 51+138+187=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #338ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ABB is #CC7544. Grayscale: #757575. Windows color (decimal): -13399365 or 12290611. OLE color: 12290611.

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

Color convert

RGB 51 138 187 -
CMYK 0.73 0.26 0 0.27
HSL 201.62º 0.57% 0.47% -
HSV(B) 201.62º 0.73% 0.73% -
XYZ 19.42 22.47 50.33 -
YUV 117.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 51 138 187 0.73 0.26 0 0.27 201.62 0.57 0.47
Hex 33 8A BB 49 1A 0 1B CA 39 2F
Octal 63 212 273 111 32 0 33 312 71 57
Binary 110011 10001010 10111011 1001001 11010 0 11011 11001010 111001 101111

Color Harmonies of #338ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ABB

Black with #338ABB

Text Example


Text Example

White with #338ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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