Html Css Color HEX #338ABE Curious Blue

📋 copy color: '#338ABE'

red 51 ◦ green 138 ◦ blue 190

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

Shades of Curious Blue #338ABE

Tints of Curious Blue #338ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 13.46%
G = 36.41%
B = 50.13%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#338ABE (or 0x338ABE) is known color: Curious Blue. HEX triplet: 33, 8A and BE. RGB value is (51,138,190). Sum of RGB (Red+Green+Blue) = 51+138+190=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #338ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ABE is #CC7541. Grayscale: #757575. Windows color (decimal): -13399362 or 12487219. OLE color: 12487219.

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

Color convert

RGB 51 138 190 -
CMYK 0.73 0.27 0 0.25
HSL 202.45º 0.58% 0.47% -
HSV(B) 202.45º 0.73% 0.75% -
XYZ 19.75 22.6 52.04 -
YUV 117.92 168.68 80.27 -
System Red Green Blue C M Y K H S L
Decimal 51 138 190 0.73 0.27 0 0.25 202.45 0.58 0.47
Hex 33 8A BE 49 1B 0 19 CA 3A 2F
Octal 63 212 276 111 33 0 31 312 72 57
Binary 110011 10001010 10111110 1001001 11011 0 11001 11001010 111010 101111

Color Harmonies of #338ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ABE

Black with #338ABE

Text Example


Text Example

White with #338ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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