Html Css Color HEX #348FC7 Curious Blue

📋 copy color: '#348FC7'

red 52 ◦ green 143 ◦ blue 199

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

Shades of Curious Blue #348FC7

Tints of Curious Blue #348FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.51%

R = 13.2%
G = 36.29%
B = 50.51%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#348FC7 (or 0x348FC7) is known color: Curious Blue. HEX triplet: 34, 8F and C7. RGB value is (52,143,199). Sum of RGB (Red+Green+Blue) = 52+143+199=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #348FC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FC7 is #CB7038. Grayscale: #797979. Windows color (decimal): -13332537 or 13078324. OLE color: 13078324.

HSL color Cylindrical-coordinate representation of color #348FC7: hue angle of 202.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348FC7 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 143 199 -
CMYK 0.74 0.28 0 0.22
HSL 202.86º 0.59% 0.49% -
HSV(B) 202.86º 0.74% 0.78% -
XYZ 21.55 24.5 57.63 -
YUV 122.18 171.35 77.95 -
System Red Green Blue C M Y K H S L
Decimal 52 143 199 0.74 0.28 0 0.22 202.86 0.59 0.49
Hex 34 8F C7 4A 1C 0 16 CB 3B 31
Octal 64 217 307 112 34 0 26 313 73 61
Binary 110100 10001111 11000111 1001010 11100 0 10110 11001011 111011 110001

Color Harmonies of #348FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FC7

Black with #348FC7

Text Example


Text Example

White with #348FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,199); }

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

background-color css

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

 a { background-color: rgb(52,143,199); }

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

border-color css

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

 span { border-color: rgb(52,143,199); }

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