Html Css Color HEX #368BCF Curious Blue

📋 copy color: '#368BCF'

red 54 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #368BCF

Tints of Curious Blue #368BCF

RGB

 RED value IS 54 (21.48% from 255) = 13.5%

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 13.5%
G = 34.75%
B = 51.75%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#368BCF (or 0x368BCF) is known color: Curious Blue. HEX triplet: 36, 8B and CF. RGB value is (54,139,207). Sum of RGB (Red+Green+Blue) = 54+139+207=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #368BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BCF is #C97430. Grayscale: #787878. Windows color (decimal): -13202481 or 13601590. OLE color: 13601590.

HSL color Cylindrical-coordinate representation of color #368BCF: hue angle of 206.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368BCF is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 139 207 -
CMYK 0.74 0.33 0 0.19
HSL 206.67º 0.61% 0.51% -
HSV(B) 206.67º 0.74% 0.81% -
XYZ 22.02 23.75 62.46 -
YUV 121.34 176.34 79.97 -
System Red Green Blue C M Y K H S L
Decimal 54 139 207 0.74 0.33 0 0.19 206.67 0.61 0.51
Hex 36 8B CF 4A 21 0 13 CF 3D 33
Octal 66 213 317 112 41 0 23 317 75 63
Binary 110110 10001011 11001111 1001010 100001 0 10011 11001111 111101 110011

Color Harmonies of #368BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BCF

Black with #368BCF

Text Example


Text Example

White with #368BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368BCF; }

 p { color: rgb(54,139,207); }

 H1.HeaderClassName
 {
   color: #368BCF;
 }
 .AnyTagClassName
 {
   color: #368BCF;
 }
</style>

background-color css

<style>
 a { background-color: #368BCF; }

 a { background-color: rgb(54,139,207); }

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

border-color css

<style>
 span { border-color: #368BCF; }

 span { border-color: rgb(54,139,207); }

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