Html Css Color HEX #348ABA Curious Blue

📋 copy color: '#348ABA'

red 52 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #348ABA

Tints of Curious Blue #348ABA

RGB

 RED value IS 52 (20.7% from 255) = 13.83%

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

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

R = 13.83%
G = 36.7%
B = 49.47%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348ABA (or 0x348ABA) is known color: Curious Blue. HEX triplet: 34, 8A and BA. RGB value is (52,138,186). Sum of RGB (Red+Green+Blue) = 52+138+186=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 138 (54.30% from 255 or 36.70% 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 #348ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ABA is #CB7545. Grayscale: #757575. Windows color (decimal): -13333830 or 12225076. OLE color: 12225076.

HSL color Cylindrical-coordinate representation of color #348ABA: hue angle of 201.49º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348ABA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 138 186 -
CMYK 0.72 0.26 0 0.27
HSL 201.49º 0.56% 0.47% -
HSV(B) 201.49º 0.72% 0.73% -
XYZ 19.37 22.45 49.77 -
YUV 117.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 52 138 186 0.72 0.26 0 0.27 201.49 0.56 0.47
Hex 34 8A BA 48 1A 0 1B C9 38 2F
Octal 64 212 272 110 32 0 33 311 70 57
Binary 110100 10001010 10111010 1001000 11010 0 11011 11001001 111000 101111

Color Harmonies of #348ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ABA

Black with #348ABA

Text Example


Text Example

White with #348ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348ABA; }

 p { color: rgb(52,138,186); }

 H1.HeaderClassName
 {
   color: #348ABA;
 }
 .AnyTagClassName
 {
   color: #348ABA;
 }
</style>

background-color css

<style>
 a { background-color: #348ABA; }

 a { background-color: rgb(52,138,186); }

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

border-color css

<style>
 span { border-color: #348ABA; }

 span { border-color: rgb(52,138,186); }

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